Skip to content

Update template

Update template #1

name: Update template
on:
workflow_dispatch:
jobs:
update-template:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@v0.4.1-draft
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: chevere/docs-deploy
upstream_branch: main