We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70e1324 + 1d4576c commit e26865cCopy full SHA for e26865c
action.yml
@@ -10,7 +10,8 @@ inputs:
10
required: true
11
github-token:
12
description: The GitHub token used to create an authenticated client
13
- required: true
+ default: ${{ github.token }}
14
+ required: false
15
debug:
16
description: Whether to tell the GitHub client to log details of its requests
17
default: false
0 commit comments