Skip to content

Commit

Permalink
update.
Browse files Browse the repository at this point in the history
  • Loading branch information
turbou committed Nov 16, 2023
1 parent a011f2a commit b39bf04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Commit updated files
run: |
git config core.filemode false
if ! git diff ./files --exit-code --quiet
if ! git diff --exit-code --quiet
then
git config user.name Taka Shiozaki
git config user.email [email protected]
Expand Down

0 comments on commit b39bf04

Please sign in to comment.