File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
individual-shell-tools/awk Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ jobs:
2727 uses : actions/checkout@v5
2828 # with:
2929 # fetch-depth: 2
30- - name : checkout expected output
31- uses : actions/checkout@v5
32- with :
33- ref : origin/expected-solutions
34- path : expect
30+ # - name: checkout expected output
31+ # uses: actions/checkout@v5
32+ # with:
33+ # ref: origin/expected-solutions
34+ # path: expect
3535 - name : Get changed files
3636 id : changed-files
3737 uses : tj-actions/changed-files@v47.0.5
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 $121212131} ' scores-table.txt # deliberately break this implementation
7+ awk ' {print ' scores-table.txt # deliberately break this implementation
You can’t perform that action at this time.
0 commit comments