Skip to content

Commit a0fd4c5

Browse files
authored
add some sudo chops (#200)
1 parent 6ee9aab commit a0fd4c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-date.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- name: Create file and push
1212
run: |
13-
apt update && apt install -y ncal
13+
sudo apt update && sudo apt install -y ncal
1414
next_hack_date=$(date -u +%Y-%m-$(ncal -h | awk '/Sa/ {print $(NF)}'))
1515
last_hack_number=$(ls -1 _hacks | sort -r | head -n1 | sed 's/[^0-9]*//g')
1616
next_hack_number=$(($last_hack_number+1))

0 commit comments

Comments
 (0)