From efa0c2ad627393849d98df022731be7305609dd7 Mon Sep 17 00:00:00 2001 From: Lubos Racansky Date: Fri, 7 Jun 2024 09:42:36 +0200 Subject: [PATCH] Revert "Use --fill-verbose option" This reverts commit f9630a3b4eb8e6ea9601c7b0df08cdc0854dccbc. --- .github/workflows/maven-update-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-update-version.yml b/.github/workflows/maven-update-version.yml index e6d52d8..b0610ec 100644 --- a/.github/workflows/maven-update-version.yml +++ b/.github/workflows/maven-update-version.yml @@ -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 }}