mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-07 05:59:02 +00:00
workflow: add loop
This commit is contained in:
parent
cce4788aba
commit
a86b363ea2
7
api/.github/workflows/update-parents.yml
vendored
7
api/.github/workflows/update-parents.yml
vendored
@ -7,15 +7,18 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sync:
|
sync:
|
||||||
name: 'update extension'
|
name: update parent
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
repo: ['notion-enhancer/extension']
|
||||||
steps:
|
steps:
|
||||||
- name: checkout repo
|
- name: checkout repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CI_TOKEN }}
|
token: ${{ secrets.CI_TOKEN }}
|
||||||
submodules: true
|
submodules: true
|
||||||
repository: notion-enhancer/extension
|
repository: ${{ matrix.repo }}
|
||||||
- name: pull updates
|
- name: pull updates
|
||||||
run: |
|
run: |
|
||||||
git pull --recurse-submodules
|
git pull --recurse-submodules
|
||||||
|
Loading…
Reference in New Issue
Block a user