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 bc7403b commit 3bce7c0Copy full SHA for 3bce7c0
.github/workflows/ci.yml
@@ -45,11 +45,12 @@ jobs:
45
- name: Test Case 2 - Composite Action - No Return
46
uses: ./
47
id: test-no-return
48
+ continue-on-error: true
49
with:
50
label: "Self-Test-No-Return"
51
script: |
52
console.log("Expect error: script does not return string.");
- console.log("The tags are ${{ inputs.tags }}");
53
+
54
- name: Capture output
55
run: |
56
# This step uses `run` to execute a shell command
0 commit comments