Skip to content

Commit 377fc23

Browse files
author
l
committed
update action permissions
1 parent 06abe78 commit 377fc23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Test SDC Tasks
2121
runs-on: ubuntu-slim
2222
permissions:
23-
pull-requests: read
23+
pull-requests: write
2424

2525
steps:
2626
- name: checkout pushed PR

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 qqqqa' scores-table.txt # deliberately break this implementation
7+
awk '{print qqqqaaaa' scores-table.txt # deliberately break this implementation

0 commit comments

Comments
 (0)