Skip to content

Commit a103c2f

Browse files
committed
fix: fix pr step conditional
1 parent 4885cc3 commit a103c2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44
jobs:
55
generate_data:
66
runs-on: ubuntu-latest
7-
name: Generate version data
7+
name: Update test project file
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@v4

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)