Skip to content

Commit

Permalink
Try removing the explicit git add
Browse files Browse the repository at this point in the history
  • Loading branch information
danott committed Jan 16, 2024
1 parent 4a6190b commit c2d3e39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/download_pinboard_bookmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:
with:
bundler-cache: true
- run: bundle exec rake download_pinboard_bookmarks
- name: Commit files
- name: Commit data/pinboard_bookmarks.yml
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add data/pinboard_bookmarks.yml
git commit --only data/pinboard_bookmarks.yml --message "Ran rake download_pinboard_bookmarks in a GitHub Action" || echo "Nothing to commit"
git push

0 comments on commit c2d3e39

Please sign in to comment.