From 5a993b2f9f7fb471b384ebf312f84395de610823 Mon Sep 17 00:00:00 2001 From: Marcos Tischer Vallim Date: Tue, 22 Jul 2025 00:37:08 -0300 Subject: [PATCH] ci: update workflow --- .github/workflows/ci-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pull-request.yml b/.github/workflows/ci-pull-request.yml index 8a6f75f..59d6c21 100644 --- a/.github/workflows/ci-pull-request.yml +++ b/.github/workflows/ci-pull-request.yml @@ -59,7 +59,7 @@ jobs: - name: Create Pull Request (${{ inputs.type }}) uses: peter-evans/create-pull-request@v7 with: - title: Auto-created pull request into `${{ github.ref_name }}` from `${{ inputs.target-branch }}` + title: Auto-created pull request into `${{ inputs.target-branch }}` from `${{ github.ref_name }}` token: ${{ secrets.GITHUB_TOKEN }} committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>