diff --git a/.github/workflows/auto-pr.yml b/.github/workflows/auto-pr.yml index cea3f6c..278edad 100644 --- a/.github/workflows/auto-pr.yml +++ b/.github/workflows/auto-pr.yml @@ -34,6 +34,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }} - name: create pull request - run: gh pr create -B main -H ${{ github.ref_name }} --t "Pull request to resolve #${{ steps.get_issue_number.outputs.issue_number }}" -b "" + run: gh pr create -B main -H ${{ github.ref_name }} -t "Pull request to resolve #${{ steps.get_issue_number.outputs.issue_number }}" -b "" env: GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}