chore: update deploy on common update to trigger workflow
This commit is contained in:
@@ -11,6 +11,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
persist-credentials: false
|
||||
|
||||
- name: Bump protocol sdk
|
||||
run: |
|
||||
@@ -19,4 +20,8 @@ jobs:
|
||||
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
|
||||
git add drift-common
|
||||
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 }}
|
||||
Reference in New Issue
Block a user