Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Need escape?
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jun 1, 2023
1 parent 7606844 commit dded2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
- name: Create PR
run: gh pr create --fill --base ${{ inputs.base-branch}}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
shell: bash
# - name: Auto merge
# run: ...
Expand Down

0 comments on commit dded2ad

Please sign in to comment.