We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4885cc3 commit 1d00217Copy full SHA for 1d00217
.github/workflows/test_action.yaml
@@ -14,4 +14,5 @@ jobs:
14
project_file_name: tests/test_data/pyproject.toml
15
create_pr: false
16
schedule_path: tests/test_data/test_schedule.json
17
+ token: ""
18
action.yaml
@@ -63,7 +63,7 @@ runs:
63
64
65
- name: Create Pull Request
66
- if: ${{inputs.create_pr }}
+ if: ${{ inputs.create_pr == 'true' }}
67
uses: peter-evans/create-pull-request@v6
68
with:
69
token: ${{ inputs.token }}
0 commit comments