Skip to content

Commit

Permalink
Update .github/actions/checkout/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
balakrishna-deriv authored Feb 5, 2024
1 parent d94fe63 commit 2c7dec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/checkout/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ runs:
ref: ${{ inputs.ref }}
token: ${{ inputs.token }}

- if: !steps.repo.outputs.ref-exists # Use ! for negation
- if: !steps.repo.outputs.ref-exists
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
with:
fetch-depth: ${{ inputs.fetch-depth }}
Expand Down

0 comments on commit 2c7dec9

Please sign in to comment.