Skip to content

fix(code-coverage): use unique artifact names #21

fix(code-coverage): use unique artifact names

fix(code-coverage): use unique artifact names #21

on:
push:
branches:
- main
workflow_dispatch:
name: Sync
jobs:
sync:
name: 🔄 Synchronise AEF-DDF files
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout Repository
uses: actions/checkout@master
- name: Run GitHub File Sync
uses: RasmusSkytte/repo-file-sync-action@master
with:
GH_PAT: ${{ secrets.GH_PAT }}
CONFIG_PATH: .github/sync.yaml
COMMIT_PREFIX: "chore: "
PR_BODY: Automatically synchronise AEF-DDF files between repositories
COMMIT_EACH_FILE: false