Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
larry-aptos committed Dec 6, 2024
1 parent 0240295 commit e8a8bcb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-proto-dependency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ jobs:
- name: Commit and Push Changes
run: |
set -e
git checkout -b ${{ github.event.client_payload.branch_name }}-update-aptos-protos
git add Cargo.toml
git commit -m "Automated commit message"
git commit -m "Update aptos-protos to ${{ github.event.client_payload.commit_hash }}"
git push --force
env:
GITHUB_TOKEN: ${{ secrets.CI_TOKEN }}
Expand Down

0 comments on commit e8a8bcb

Please sign in to comment.