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 cd853ce commit d0e028bCopy full SHA for d0e028b
1 file changed
.github/workflows/build.yaml
@@ -29,7 +29,9 @@ jobs:
29
with:
30
path: tca
31
clean: true
32
+
33
- name: failure
34
+ id: failure
35
uses: ./tca
36
continue-on-error: true # Continue even if the job fails
37
0 commit comments