Files
Docker-Chevereto/.github/workflows/update.yml
Rodolfo Berrios 6d9a86ab30 typos
2022-04-04 13:33:11 -04:00

16 lines
406 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/v4-docker-production
upstream_branch: main