From 3fa85bcf4c89e179770e2460d1bb7db8f1930768 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Thu, 9 May 2024 15:44:43 -0400 Subject: [PATCH] nit: run line --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2afd488..f6f2c43 100644 --- a/action.yml +++ b/action.yml @@ -143,6 +143,7 @@ runs: echo "GIT_COMMITTER_EMAIL=<${{ inputs.git-committer-email }}>" >> $GITHUB_ENV - name: Run update-flake-lock shell: bash + run: node "$GITHUB_ACTION_PATH/dist/index.js" env: # The following manually exposes all of the action inputs into INPUT_ environment variables so actionsCore.getInput works: # https://github.com/actions/toolkit/blob/ae38557bb0dba824cdda26ce787bd6b66cf07a83/packages/core/src/core.ts#L126 @@ -168,7 +169,6 @@ runs: INPUT_PULL-REQUEST-OPERATION: ${{ inputs.pull-request-operation }} INPUT_SIGN-COMMITS: ${{ inputs.sign-commits }} INPUT_TOKEN: ${{ inputs.token }} - run: node "$GITHUB_ACTION_PATH/dist/index.js" - name: Save PR Body as file uses: DamianReeves/write-file-action@v1.3 with: