Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Drewery committed Jun 29, 2023
1 parent 3a0647b commit 1a305fa
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 @@ -29,6 +29,6 @@ jobs:
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add rss/rss.xml
git add rss.xml
git commit -m "Generate RSS feed" -a || echo "No changes to commit"
git push

0 comments on commit 1a305fa

Please sign in to comment.