Skip to content

Create Fork Sync.yml #4

Create Fork Sync.yml

Create Fork Sync.yml #4

Workflow file for this run

- name: Fork Sync

Check failure on line 1 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
# You may pin to the exact commit or the version.
# uses: tgymnich/fork-sync@0cc6ac48fd51415e7c34e5b8823021bc952a5f5f
uses: tgymnich/[email protected]
with:
# Owner of the forked repository
owner: # optional
# Token for the github API
github_token:
# Branch to track
head: # optional, default is master
# Branch to keep updated
base: # optional, default is master
# Merge method to use
merge_method: # optional, default is merge
# The title of the pull request
pr_title: # optional, default is Fork Sync
# The message in the pull request
pr_message: # optional
# ignore Exceptions
ignore_fail: # optional