Skip to content

Commit 7eb4f88

Browse files
author
l
committed
don't pull expected from branch
1 parent a9be071 commit 7eb4f88

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/test-sdc-tasks.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

individual-shell-tools/awk/script-01.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)