Skip to content

Commit

Permalink
Fix action.yml formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dangoor committed Feb 7, 2025
1 parent 74a3a6d commit 8027c65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ description: 'Setup licensee/licensed for use in GitHub Actions workflows'
branding:
icon: check
color: green
@@ -8,10 +8,10 @@ inputs:
inputs:
github_token:
description: 'Authentication token to use with the GitHub API'
required: false
version:
Expand All @@ -15,4 +16,4 @@ branding:
required: false
runs:
using: 'node20'
main: 'dist/index.js'
main: 'dist/index.js'

0 comments on commit 8027c65

Please sign in to comment.