Skip to content

v0.6.1

v0.6.1 #23

Workflow file for this run

---
name: Sync files
# yamllint disable-line rule:truthy
on:
release:
types:
- published
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
sync:
name: ♻️ Synch files
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: ⤵️ Checkout Code
uses: actions/[email protected]
- name: 🚀 Run GitHub File Sync
uses: BetaHuhn/[email protected]
with:
GH_PAT: ${{ secrets.GH_PAT }}
ASSIGNEES: klaasnicolaas