8000 Merge pull request #16 from python-project-templates/copier-update-2025-05-11T05-11-25 · python-project-templates/python-template-cpp@28b552e · GitHub
[go: up one dir, main page]

Skip to content
EA31

Copier Updates

Copier Updates #25

Workflow file for this run

name: Copier Updates
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 }}
0