Skip to content

Commit

Permalink
feat: fix pr edit in sequent workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Nov 27, 2024
1 parent 9cbcc57 commit 9aacc8d
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 @@ -131,6 +131,6 @@ jobs:
if [[ -z "$existing_pr" ]]; then
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"
else
gh pr edit "$existing_pr" --body "This pull request merges changes from the template repository, overwriting or removing the following files:${file_list}"
gh pr edit "$pr_branch" --body "This pull request merges changes from the template repository, overwriting or removing the following files:${file_list}"
echo "Updated the existing pull request #$existing_pr."
fi

0 comments on commit 9aacc8d

Please sign in to comment.