File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
individual-shell-tools/awk Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 5757 - name : read test output
5858 id : read-test-output
5959 run : |
60- # Read output.txt and write to GITHUB_OUTPUT
6160 echo 'testoutput<<EOF' >> $GITHUB_OUTPUT
6261 cat testoutput.txt >> $GITHUB_OUTPUT
63- echo EOF
62+ echo EOF >> $GITHUB_OUTPUT
6463 - name : make output comment
6564 uses : peter-evans/create-or-update-comment@v5.0.0
6665 with :
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ set -euo pipefail
44
55# TODO: Write a command to output just the names of each player in `scores-table.txt`.
66# Your output should contain 6 lines, each with just one word on it.
7- awk ' {print ' scores-table.txt # deliberately break this implementation
7+ awk ' {print qqqq ' scores-table.txt # deliberately break this implementation
You can’t perform that action at this time.
0 commit comments