Skip to content

Commit

Permalink
Fix .inputs.github_token.required
Browse files Browse the repository at this point in the history
  • Loading branch information
autopp committed Jul 23, 2021
1 parent 6c319ca commit 12c3411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ inputs:
required: false
github_token:
description: Use this if you wish to use a different GitHub token than the one provided by the workflow.
required: true
required: false
default: ${{ github.token }}
github_base_url:
description: Specify if you want to use GitHub Enterprise.
Expand Down

0 comments on commit 12c3411

Please sign in to comment.