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 19a95c0 commit a36b8beCopy full SHA for a36b8be
.github/workflows/ci.yml
@@ -49,8 +49,7 @@ 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 }}
+ console.log("The tags are ${{ inputs.tags }}");
54
- name: Capture output
55
run: |
56
# This step uses `run` to execute a shell command
0 commit comments