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 50166ca commit 15e072aCopy full SHA for 15e072a
check-run/action.yml
@@ -4,7 +4,7 @@ author: 'Johannes Schindelin'
4
inputs:
5
config:
6
description: 'The GitGitGadget configuration to use (see https://github.com/gitgitgadget/gitgitgadget/blob/HEAD/lib/project-config.ts)'
7
- default: ${{ vars.CONFIG }}
+ default: '' # sadly, ${{ vars.CONFIG }} does not work, and no documentation can be found about this
8
pr-repo-token:
9
description: 'The access token to work on the repository that holds PRs and state'
10
required: true
0 commit comments