Skip to content

Update from copier (2024-10-08T21:21:43) #12

Update from copier (2024-10-08T21:21:43)

Update from copier (2024-10-08T21:21:43) #12

Workflow file for this run

<<<<<<< before updating
=======
>>>>>>> after updating
name: Copier Updates

Check failure on line 5 in .github/workflows/copier.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/copier.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
on:
workflow_dispatch:
schedule:
- cron: "0 5 * * 0"
jobs:
update:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions-ext/copier-update@main
with:
token: ${{ secrets.WORKFLOW_TOKEN }}