Skip to content

Commit 46a2c90

Browse files
author
l
committed
try adding push permisison again
1 parent 3bc8676 commit 46a2c90

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Test SDC Tasks
22

33
on:
4+
push:
5+
paths:
6+
- 'individual-shell-tools/**.sh'
7+
- 'shell-pipelines/**.sh'
8+
- 'jq/*.sh'
49
pull_request_target:
510
paths:
611
- 'individual-shell-tools/**.sh'

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 $2}' scores-table.txt
7+
awk '{print $1}' scores-table.txt

0 commit comments

Comments
 (0)