Skip to content

Commit

Permalink
changes tool update file
Browse files Browse the repository at this point in the history
  • Loading branch information
leslieber committed Oct 29, 2024
1 parent a6211d0 commit bed5068
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ToolUpdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
git checkout -b update-dependency-${LATEST_VERSION_FIRELY}-${LATEST_VERSION_SUSHI} || git checkout update-dependency-${LATEST_VERSION_FIRELY}-${LATEST_VERSION_SUSHI}
git add .github/workflows/main.yml
git commit -m "Update dependencies to versions Firely: ${LATEST_VERSION_FIRELY}, Sushi: ${LATEST_VERSION_SUSHI}"
git pull --rebase origin update-dependency-${LATEST_VERSION_FIRELY}-${LATEST_VERSION_SUSHI}
git push https://x-access-token:${{ secrets.WORKFLOW_PERMISSION_GITHUB }}@github.com/${{ github.repository }}.git update-dependency-${LATEST_VERSION_FIRELY}-${LATEST_VERSION_SUSHI}
- name: Create Pull Request
Expand Down

0 comments on commit bed5068

Please sign in to comment.