mirror of
https://github.com/chevereto/docker.git
synced 2026-01-26 00:49:04 +01:00
16 lines
392 B
YAML
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
|