Skip to content

Commit 33c5e2f

Browse files
committed
fix: try to trick the action
1 parent 4885cc3 commit 33c5e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ runs:
6363
6464
6565
- name: Create Pull Request
66-
if: ${{inputs.create_pr }}
66+
if: ${{ inputs.create_pr == 'true' }}
6767
uses: peter-evans/create-pull-request@v6
6868
with:
6969
token: ${{ inputs.token }}

0 commit comments

Comments
 (0)