workflow: add loop

This commit is contained in:
dragonwocky 2021-10-03 23:07:42 +11:00
parent cce4788aba
commit a86b363ea2

View File

@ -7,15 +7,18 @@ on:
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