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 a8f17da commit 19a95c0Copy full SHA for 19a95c0
.github/workflows/ci.yml
@@ -49,6 +49,8 @@ jobs:
49
label: "Self-Test-No-Return"
50
script: |
51
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 }}
54
- name: Capture output
55
run: |
56
# This step uses `run` to execute a shell command
@@ -63,5 +65,3 @@ jobs:
63
65
echo "❌ Output does NOT contain the expected hint."
64
66
exit 1
67
fi
- - name: Print the input tag to STDOUT
- run: echo The tags are ${{ inputs.tags }}
0 commit comments