SAE201-DevApp/.github/workflows/actions_template_sync.yml
github-classroom[bot] e4622a32bd Initial commit
2022-05-24 06:23:57 +00:00

24 lines
678 B
YAML

name: actions-template-sync
on:
# cronjob trigger At 00:00 on day-of-month 1. https://crontab.guru/every-month
schedule:
- cron: "0 0 1 * *"
# manual trigger
workflow_dispatch:
jobs:
repo-sync:
runs-on: ubuntu-latest
steps:
# To use this repository's private action, you must check out the repository
- name: Checkout
uses: actions/checkout@v3
- name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@v0.3.1-draft
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: IUTInfoAix-R202/tp4
upstream_branch: main # defaults to main
pr_labels: bug