Skip to content

Commit

Permalink
Update sync-upstream-repo.yml
Browse files Browse the repository at this point in the history
Improved documentation, Updated title.
  • Loading branch information
XtremeOwnageDotCom authored Aug 29, 2024
1 parent 6b762b7 commit 22e8c6b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sync-upstream-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,15 @@ jobs:
# To use this repository's private action, you must check out the repository
- name: Checkout
# Checkout the current repo.
# https://github.com/actions/checkout#usage
# https://github.com/actions/checkout#usage
uses: actions/checkout@v4

- name: actions-template-sync
# Syncs files from a template repo, to the current repo.
# https://github.com/marketplace/actions/actions-template-sync
uses: AndreasAugustin/actions-template-sync@v2
with:
source_repo_path: ${{ vars.TEMPLATE_REPO }}
upstream_branch: ${{ vars.TEMPLATE_REPO_BRANCH }}
pr_labels: area/github/templates,kind/documentation,priority/normal,triage/accepted
pr_title: Merge defaults from ${{ vars.TEMPLATE_REPO }}/${{ vars.TEMPLATE_REPO_BRANCH }}

0 comments on commit 22e8c6b

Please sign in to comment.