Skip to content

Commit

Permalink
remove diff
Browse files Browse the repository at this point in the history
  • Loading branch information
dashaun committed Mar 13, 2024
1 parent 60dddca commit f4a0e23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
- name: Commit Changes
run: |
git add bookmarks.html
git status
git diff --quiet || git commit -m "Workflow updated bookmarks.html"
git commit -m "Workflow updated bookmarks.html"
- name: Push Changes
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit f4a0e23

Please sign in to comment.