Skip to content

Commit 19a95c0

Browse files
committed
print input tags x2
1 parent a8f17da commit 19a95c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ 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 }}
5254
- name: Capture output
5355
run: |
5456
# This step uses `run` to execute a shell command
@@ -63,5 +65,3 @@ jobs:
6365
echo "❌ Output does NOT contain the expected hint."
6466
exit 1
6567
fi
66-
- name: Print the input tag to STDOUT
67-
run: echo The tags are ${{ inputs.tags }}

0 commit comments

Comments
 (0)