Update actions/node-ci/action.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Felipe Knorr Kuhn 2026-02-15 10:51:25 -08:00 committed by GitHub
parent 29f16e939b
commit b082864ca6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,7 @@ runs:
if: inputs.checkout-submodules == 'true'
shell: bash
run: git submodule update --init --recursive
working-directory: ${{ inputs.checkout-path }}/${{ inputs.working-directory }}
working-directory: ${{ inputs.checkout-path }}
- name: Setup Node.js
uses: actions/setup-node@v4