@@ -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 }}
|
||||
Submodule drift-common updated: 006397d9c8...06495bf9d7
Reference in New Issue
Block a user