We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 834294f commit 86dda21Copy full SHA for 86dda21
.github/workflows/zizmor.yml
@@ -45,10 +45,10 @@ jobs:
45
...context.repo,
46
}).catch(error => {
47
if (error.status === 403) {
48
- core.setFailed('Advanced Security needs to be enabled on this repository.');
+ throw new Error('Advanced Security needs to be enabled on this repository.');
49
}
50
});
51
- core.info('Advanced Security is enabled.');
+ core.info('Advanced Security is enabled on this repository.');
52
-
53
name: Setup uv
54
if: ${{ env.HAS_WORKFLOWS }}
0 commit comments