From 8928db26b6f359a05b6cb0602309ce3f18dbec15 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn <100320+knorrium@users.noreply.github.com> Date: Sun, 15 Feb 2026 10:51:53 -0800 Subject: [PATCH] Update actions/node-ci/action.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- actions/node-ci/action.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/actions/node-ci/action.yml b/actions/node-ci/action.yml index 7cbd790..49c8af8 100644 --- a/actions/node-ci/action.yml +++ b/actions/node-ci/action.yml @@ -39,13 +39,7 @@ runs: path: ${{ inputs.checkout-path }} # Use github.ref when checkout-ref input is empty ref: ${{ inputs.checkout-ref != '' && inputs.checkout-ref || github.ref }} - - - name: Checkout submodules - if: inputs.checkout-submodules == 'true' - shell: bash - run: git submodule update --init --recursive - working-directory: ${{ inputs.checkout-path }} - + submodules: ${{ inputs.checkout-submodules }} - name: Setup Node.js uses: actions/setup-node@v4 with: