Skip to content

Commit

Permalink
fix: conditional checkout command
Browse files Browse the repository at this point in the history
  • Loading branch information
armand-sauzay committed Oct 13, 2023
1 parent fd370e4 commit c7350b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint-release-notes/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
using: composite
steps:
- uses: actions/checkout@v3
if: inputs.checkout-repo
if: inputs.checkout-repo == 'true'
with:
fetch-depth: 0
- name: Setup tools
Expand Down

0 comments on commit c7350b6

Please sign in to comment.