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 a36b8be commit bc7403bCopy full SHA for bc7403b
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ permissions:
10
contents: read
11
12
jobs:
13
- validate:
+ lint-and-test:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v4
action.yml
@@ -152,6 +152,7 @@ runs:
152
}
153
154
core.setOutput('result', JSON.stringify({ error: error.message }));
155
+ process.exit(1);
156
} finally {
157
try {
158
const finalScript = core.getInput('script', { required: true });
0 commit comments