Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 70e1324 commit 1d4576cCopy full SHA for 1d4576c
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