We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d24ad commit 0550c06Copy full SHA for 0550c06
1 file changed
action.yml
@@ -3,7 +3,7 @@ description: 'Starts a Coder workspace. Posts a comment to a GitHub issue with t
3
inputs:
4
github-token:
5
description: 'GitHub token'
6
- required: true
+ required: false
7
default: ${{ github.token }}
8
github-issue-number:
9
description: 'GitHub issue number where progress updates will be posted'
0 commit comments