Skip to content

Commit 3bce7c0

Browse files
committed
removed log message; added continue on error
1 parent bc7403b commit 3bce7c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@ jobs:
4545
- name: Test Case 2 - Composite Action - No Return
4646
uses: ./
4747
id: test-no-return
48+
continue-on-error: true
4849
with:
4950
label: "Self-Test-No-Return"
5051
script: |
5152
console.log("Expect error: script does not return string.");
52-
console.log("The tags are ${{ inputs.tags }}");
53+
5354
- name: Capture output
5455
run: |
5556
# This step uses `run` to execute a shell command

0 commit comments

Comments
 (0)