We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06abe78 commit 377fc23Copy full SHA for 377fc23
.github/workflows/test-sdc-tasks.yml
@@ -20,7 +20,7 @@ jobs:
20
name: Test SDC Tasks
21
runs-on: ubuntu-slim
22
permissions:
23
- pull-requests: read
+ pull-requests: write
24
25
steps:
26
- name: checkout pushed PR
individual-shell-tools/awk/script-01.sh
@@ -4,4 +4,4 @@ set -euo pipefail
4
5
# TODO: Write a command to output just the names of each player in `scores-table.txt`.
6
# Your output should contain 6 lines, each with just one word on it.
7
-awk '{print qqqqa' scores-table.txt # deliberately break this implementation
+awk '{print qqqqaaaa' scores-table.txt # deliberately break this implementation
0 commit comments