diff --git a/lint/action.yaml b/lint/action.yaml index cf45624..a48e418 100644 --- a/lint/action.yaml +++ b/lint/action.yaml @@ -28,7 +28,7 @@ runs: steps: - name: Checkout uses: actions/checkout@v3 - if: inputs.checkout-repo + if: inputs.checkout-repo == 'true' with: fetch-depth: 0 - name: Setup tools diff --git a/release/action.yaml b/release/action.yaml index d0ddc72..28acb2a 100644 --- a/release/action.yaml +++ b/release/action.yaml @@ -39,7 +39,7 @@ runs: steps: - name: Checkout uses: actions/checkout@v3 - if: inputs.checkout-repo + if: inputs.checkout-repo == 'true' with: fetch-depth: 0 persist-credentials: false diff --git a/test/action.yaml b/test/action.yaml index 76e1fb9..8d50b45 100644 --- a/test/action.yaml +++ b/test/action.yaml @@ -24,7 +24,7 @@ runs: steps: - name: Checkout uses: actions/checkout@v3 - if: inputs.checkout-repo + if: inputs.checkout-repo == 'true' - name: Setup tools uses: open-turo/action-setup-tools@v1 - name: Check for yarn.lock