Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi authored Dec 23, 2024
1 parent 5f5b3dc commit f9a1855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
git log
gh pr close "$branch" || echo "no previous pr"
git push -u origin HEAD --force
gh pr create --fill-verbose --base "$base" --name "bot: update packages in $base"
gh pr create --fill-verbose --base "$base" --title "bot: update packages in $base"
gh pr merge --delete-branch --merge || gh pr merge --auto --delete-branch --merge
env:
base: ${{ github.head_ref || github.ref_name }}
Expand Down

0 comments on commit f9a1855

Please sign in to comment.