Skip to content

Commit

Permalink
Merge pull request #4 from lens-protocol/last-synced
Browse files Browse the repository at this point in the history
chore: update sync ci
  • Loading branch information
joshstevens19 authored Dec 14, 2023
2 parents 239c7ae + 98572fb commit eea7844
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ jobs:
run: node scripts/sync.js
env:
SECRET: ${{ secrets.SECRET }}

- name: Commit and push changes
run: |
git add scripts/last-synced.json
git diff --quiet || git commit -m "ci: update last-synced.json"
git push --force origin master

0 comments on commit eea7844

Please sign in to comment.