Skip to content

Commit

Permalink
Merge pull request #290 from roundcube/use-pull-request-in-update-wor…
Browse files Browse the repository at this point in the history
…kflow-action
  • Loading branch information
pabzm authored Dec 2, 2024
2 parents ada60f0 + e4ad706 commit 805678f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-sh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
git switch -C changes-from-update.sh
git add -A
git commit -m "Update roundcube version (via update.sh)" || echo "Nothing to update"
git push --force-with-lease origin
git push --set-upstream origin changes-from-update.sh
- name: Create Pull Request
run: gh pr create -B master -H changes-from-update.sh --title 'Changes from update.sh' --assignee pabzm
env:
Expand Down

0 comments on commit 805678f

Please sign in to comment.