Skip to content

Commit

Permalink
fix: escaping "#".
Browse files Browse the repository at this point in the history
  • Loading branch information
victoraugustofd committed Jan 5, 2025
1 parent b1a85cf commit b391310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }} --title "Pull request to resolve #${{ steps.get_issue_number.outputs.issue_number }}""
run: gh pr create -B main -H ${{ github.ref_name }} --title "Pull request to resolve \#${{ steps.get_issue_number.outputs.issue_number }}"
env:
GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}

0 comments on commit b391310

Please sign in to comment.