Skip to content

Commit

Permalink
Update sync-template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev authored Nov 18, 2024
1 parent 0f3b226 commit 7b1a75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
git commit -m "chore: sync template"
# Push
git push "$original_remote" "$pr_branch" --force-with-lease
git push "$original_remote" "$pr_branch"
# Create PR
gh pr create --title "Sync branch to template" --body "This pull request merges changes from the template repository, overwriting or removing the following files:${file_list}" --head "$pr_branch" --base "$branch_name"

0 comments on commit 7b1a75c

Please sign in to comment.