Skip to content

Commit

Permalink
try commit
Browse files Browse the repository at this point in the history
  • Loading branch information
critesjosh committed Dec 19, 2023
1 parent 8554f20 commit ca93f10
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@ jobs:
- name: Check and update tutorials
run: bash ./update_contract.sh $version_tag

- name: Commit and push changes
run: |
git add .
git commit -m "Automated changes" -a || echo "No changes to commit"
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ca93f10

Please sign in to comment.