Skip to content

Commit

Permalink
fix: status code
Browse files Browse the repository at this point in the history
  • Loading branch information
alanceloth committed Feb 1, 2024
1 parent 5a40c7e commit 3ee2b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Update Contract
run: |
cd contract
git pull origin master
git pull origin master || true
cd ..
git add contract
git commit -m "workflow: Update contract"
Expand Down

0 comments on commit 3ee2b5d

Please sign in to comment.