Skip to content

Merge branch 'betagouv:master' into master #10

Merge branch 'betagouv:master' into master

Merge branch 'betagouv:master' into master #10

name: Sync 'authors' content with blog.beta.gouv.fr
on:
#schedule:
#- cron: "*/15 * * * *"
workflow_dispatch:
push:
branches: ['master']
jobs:
sync:
runs-on: ubuntu-22.04
steps:
- name: Sync
uses: adrianjost/[email protected]
with:
FILE_PATTERNS: |
^content$
^img
TARGET_REPOS: |
betagouv/blog.beta.gouv.fr
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true