mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-06 05:29:02 +00:00
workflow: fix branch, add loop
This commit is contained in:
parent
19fbe73949
commit
74ea0e4bbf
9
media/.github/workflows/update-parents.yml
vendored
9
media/.github/workflows/update-parents.yml
vendored
@ -3,19 +3,22 @@ name: 'update parent repositories'
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
- main
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
name: 'update extension'
|
||||
name: update parent
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
repo: ['notion-enhancer/extension']
|
||||
steps:
|
||||
- name: checkout repo
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
token: ${{ secrets.CI_TOKEN }}
|
||||
submodules: true
|
||||
repository: notion-enhancer/extension
|
||||
repository: ${{ matrix.repo }}
|
||||
- name: pull updates
|
||||
run: |
|
||||
git pull --recurse-submodules
|
||||
|
Loading…
Reference in New Issue
Block a user