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 a9f7529 commit 7567eabCopy full SHA for 7567eab
.github/actions/check-codescanning-config/index.ts
@@ -8,7 +8,7 @@ const actualConfig = loadActualConfig()
8
9
const rawExpectedConfig = process.argv[3].trim()
10
if (!rawExpectedConfig) {
11
- core.info('No expected configuration provided')
+ core.setFailed('No expected configuration provided')
12
} else {
13
core.startGroup('Expected generated user config')
14
core.info(yaml.dump(JSON.parse(rawExpectedConfig)))
0 commit comments