From c7350b6a9fc1679a1bf6e5eb835c650ee705c037 Mon Sep 17 00:00:00 2001 From: Armand Sauzay <35524799+armand-sauzay@users.noreply.github.com> Date: Thu, 12 Oct 2023 00:14:59 +0000 Subject: [PATCH] fix: conditional checkout command --- lint-release-notes/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint-release-notes/action.yaml b/lint-release-notes/action.yaml index 0429ee0..c6d4b2e 100644 --- a/lint-release-notes/action.yaml +++ b/lint-release-notes/action.yaml @@ -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