Files
Docker-Chevereto/.github/workflows/update.yml
2022-10-19 18:12:50 -03:00

16 lines
392 B
YAML

name: Update
on:
workflow_dispatch:
jobs:
update:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@v0.1.3-draft
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: chevereto/docker
upstream_branch: main