Skip to content

Commit

Permalink
Fix creating the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
pabzm committed Dec 3, 2024
1 parent 7c7ffd9 commit ae05f96
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 @@ -34,6 +34,6 @@ jobs:
git commit -m "Update roundcube version (via update.sh)" || echo "Nothing to update"
git push --set-upstream origin "$BRANCH"
- name: Create Pull Request
run: gh pr create -B master -H changes-from-update.sh --title 'Changes from update.sh' --assignee pabzm
run: gh pr create -B master -H changes-from-update.sh --title 'Changes from update.sh' --body "These are the changes of the automated run of ./update.sh" --assignee pabzm
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ae05f96

Please sign in to comment.