Skip to content

Commit

Permalink
fix wf upgradedepsgear
Browse files Browse the repository at this point in the history
  • Loading branch information
Magorsky committed Jul 20, 2024
1 parent ae63bb8 commit f195020
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/UpdateGearDependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.UPDATE_GEAR_TAG_TOKEN }}

- name: Set up Python
uses: actions/setup-python@v2
Expand All @@ -37,5 +40,5 @@ jobs:
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add ../contracts/Cargo.toml
git commit -m "Update GEAR dependencies to latest tag in contracts"
git push
git push origin master -f
fi

0 comments on commit f195020

Please sign in to comment.