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 7eb4f88 commit c5e2f60Copy full SHA for c5e2f60
2 files changed
.github/workflows/test-sdc-tasks.yml
@@ -57,10 +57,9 @@ jobs:
57
- name: read test output
58
id: read-test-output
59
run: |
60
- # Read output.txt and write to GITHUB_OUTPUT
61
echo 'testoutput<<EOF' >> $GITHUB_OUTPUT
62
cat testoutput.txt >> $GITHUB_OUTPUT
63
- echo EOF
+ echo EOF >> $GITHUB_OUTPUT
64
- name: make output comment
65
uses: peter-evans/create-or-update-comment@v5.0.0
66
with:
individual-shell-tools/awk/script-01.sh
@@ -4,4 +4,4 @@ set -euo pipefail
4
5
# TODO: Write a command to output just the names of each player in `scores-table.txt`.
6
# Your output should contain 6 lines, each with just one word on it.
7
-awk '{print ' scores-table.txt # deliberately break this implementation
+awk '{print qqqq' scores-table.txt # deliberately break this implementation
0 commit comments