Skip to content

Commit 9530141

Browse files
authored
Merge pull request #93 from mvallim/feature/update-workflow
Auto-created pull request into `develop` from `feature/update-workflow`
2 parents 75c4193 + 5a993b2 commit 9530141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Create Pull Request (${{ inputs.type }})
6060
uses: peter-evans/create-pull-request@v7
6161
with:
62-
title: Auto-created pull request into `${{ github.ref_name }}` from `${{ inputs.target-branch }}`
62+
title: Auto-created pull request into `${{ inputs.target-branch }}` from `${{ github.ref_name }}`
6363
token: ${{ secrets.GITHUB_TOKEN }}
6464
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
6565
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>

0 commit comments

Comments
 (0)