Skip to content

Commit

Permalink
Revert "Use --fill-verbose option"
Browse files Browse the repository at this point in the history
This reverts commit f9630a3.
  • Loading branch information
banterCZ committed Jun 7, 2024
1 parent df4fdfd commit efa0c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
# exit 1
# fi
- name: create pull request
run: gh pr create --base ${{ github.ref_name }} --title 'Merge test' --fill-verbose
run: gh pr create --base ${{ github.ref_name }} --title 'Merge test' --body 'Created by Github action'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit efa0c2a

Please sign in to comment.