Skip to content

Commit

Permalink
Next attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
sanrai committed Nov 20, 2024
1 parent 4007a1e commit 33f9fbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
run: |
git config --global user.name 'GitHub Action'
git config --global user.email 'action@github.com'
git pull --rebase origin main
git add web-vitals-history.json
git commit -m "chore: update web vitals history [skip ci]" || echo "No changes to commit"
git push origin main || echo "No changes to push"

0 comments on commit 33f9fbe

Please sign in to comment.