Skip to content

Commit

Permalink
Create update-snapshot-submodules.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samuveth authored Sep 28, 2023
1 parent 8c04e02 commit 4e4ac5a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/update-snapshot-submodules.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Update Snapshot submodules

on: workflow_dispatch

jobs:
update-dep:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '16.x'
- name: Update submodules
run: |
git submodule update --remote
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
title: Update Snapshot submodules
body: |
- Updates from submodules
Auto-generated by Github Actions
branch: update-snapshot-submodules

1 comment on commit 4e4ac5a

@vercel
Copy link

@vercel vercel bot commented on 4e4ac5a Sep 28, 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.