Skip to content

Commit 1d00217

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test_action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ jobs:
1414
project_file_name: tests/test_data/pyproject.toml
1515
create_pr: false
1616
schedule_path: tests/test_data/test_schedule.json
17+
token: ""
1718

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)