Skip to content

Commit

Permalink
Update update-snapshot-packages.yml - add snapshot-spaces submodule (#…
Browse files Browse the repository at this point in the history
…4228)

* Update update-snapshot-packages.yml - add submodules

* Update update-snapshot-packages.yml
  • Loading branch information
samuveth authored Sep 26, 2023
1 parent f56979e commit 9ff0602
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update-snapshot-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
- name: Update lock.js
run: |
yarn upgrade @snapshot-labs/lock --latest
- name: Update snapshot-spaces submodule
run: |
git submodule update --remote snapshot-spaces
git add snapshot-spaces
git commit -m "Update snapshot-spaces submodule"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
Expand Down

1 comment on commit 9ff0602

@vercel
Copy link

@vercel vercel bot commented on 9ff0602 Sep 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.