chore: update deploy on common update to trigger workflow

This commit is contained in:
Jack Waller
2024-12-12 08:57:57 +10:00
parent 8610209030
commit a04fc7ce3e

View File

@@ -11,6 +11,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
submodules: 'recursive' submodules: 'recursive'
persist-credentials: false
- name: Bump protocol sdk - name: Bump protocol sdk
run: | run: |
@@ -19,4 +20,8 @@ jobs:
git config user.email 41898282+github-actions[bot]@users.noreply.github.com git config user.email 41898282+github-actions[bot]@users.noreply.github.com
git add drift-common git add drift-common
git commit --allow-empty -m "Bumping drift-common to ${{ github.event.client_payload.commit}}" git commit --allow-empty -m "Bumping drift-common to ${{ github.event.client_payload.commit}}"
git push
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GH_PAT }}