Skip to content

Commit

Permalink
chore: fix ident
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Jan 17, 2025
1 parent a984c59 commit cec668c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/merge-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
id: cpr
run: >
gh pr create
--title "chore: Merge release/${{ inputs.version }} into main"
--body "- Merge release/${{ inputs.version }} into main\n- Open new development line"
--head release/${{ inputs.version }}
--base main
--label internal
-R ${{ inputs.repo }}
--title "chore: Merge release/${{ inputs.version }} into main"
"- Merge release/${{ inputs.version }} into main\n- Open new development line"
--head release/${{ inputs.version }}
--base main
--label internal
-R ${{ inputs.repo }}
env:
GH_TOKEN: ${{ secrets.BOT_TOKEN_WORKFLOW }}

Expand Down

0 comments on commit cec668c

Please sign in to comment.