Skip to content

Bump actions/checkout from 3 to 4 #61

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #61

name: common-files-sync
on:
push:
branches:
- master
paths:
- 'common-files/**'
- '.github/workflows/common-files-sync.yml'
jobs:
sync:
strategy:
fail-fast: false
matrix:
repo:
- s4u/jfatek
- s4u/maven-settings-action
- s4u/parent
- s4u/pgp-keys-map
- s4u/pgpverify-maven-plugin
- s4u/setup-maven-action
- s4u/sign-maven-plugin
- s4u/sitemapxml-maven-plugin
- s4u/slf4j-mock
- s4u/testing
runs-on: ubuntu-latest
concurrency: repo-sync-${{ matrix.repo }}
steps:
- uses: actions/checkout@v4
- uses: slawekjaranowski/github-action-file-sync@master
with:
GIT_EMAIL: '[email protected]'
GIT_USERNAME: 'GitHub Action'
TOKEN: ${{ secrets.PERSONAL_TOKEN }}
REPOSITORIES: ${{ matrix.repo }}
FILES: common-files/.