Skip to content

Commit 8bde8cf

Browse files
committed
Fix pipeline
1 parent f21b663 commit 8bde8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
persist-credentials: false
2020
fetch-depth: 0
2121
- name: Update README.md
22-
run: for y in 2*; do echo "bin/readme --year $y"; done && git status
22+
run: for y in 2*; do bin/readme --year $y; done
2323
- name: Commit files
2424
run: |
2525
git config --local user.email "[email protected]"

0 commit comments

Comments
 (0)