Skip to content

Commit 15e072a

Browse files
committed
TO-SQUASH: no vars.CONFIG in input defaults :-(
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 50166ca commit 15e072a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check-run/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: 'Johannes Schindelin'
44
inputs:
55
config:
66
description: 'The GitGitGadget configuration to use (see https://github.com/gitgitgadget/gitgitgadget/blob/HEAD/lib/project-config.ts)'
7-
default: ${{ vars.CONFIG }}
7+
default: '' # sadly, ${{ vars.CONFIG }} does not work, and no documentation can be found about this
88
pr-repo-token:
99
description: 'The access token to work on the repository that holds PRs and state'
1010
required: true

0 commit comments

Comments
 (0)