Skip to content

Commit a36b8be

Browse files
committed
print input tags x3
1 parent 19a95c0 commit a36b8be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ jobs:
4949
label: "Self-Test-No-Return"
5050
script: |
5151
console.log("Expect error: script does not return string.");
52-
- name: Print the input tag to STDOUT
53-
run: echo The tags are ${{ inputs.tags }}
52+
console.log("The tags are ${{ inputs.tags }}");
5453
- name: Capture output
5554
run: |
5655
# This step uses `run` to execute a shell command

0 commit comments

Comments
 (0)