mirror of
https://github.com/chevereto/docker.git
synced 2026-02-24 15:10:45 +01:00
16 lines
421 B
YAML
16 lines
421 B
YAML
name: Update template
|
|
on:
|
|
workflow_dispatch:
|
|
jobs:
|
|
update-template:
|
|
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/container-builder
|
|
upstream_branch: main
|