Skip to content

Commit

Permalink
fix: input.checkout-repo == 'true'
Browse files Browse the repository at this point in the history
  • Loading branch information
pbhandari-turo committed Oct 12, 2023
1 parent a51995a commit 5e45478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
steps:
- name: Checkout
uses: actions/checkout@v4
if: inputs.checkout-repo
if: inputs.checkout-repo == 'true'
with:
fetch-depth: 0
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
steps:
- name: Checkout
uses: actions/checkout@v4
if: inputs.checkout-repo
if: inputs.checkout-repo == 'true'
- name: Setup tools
uses: open-turo/action-setup-tools@v1
- name: Test
Expand Down

0 comments on commit 5e45478

Please sign in to comment.