Merge pull request #112 from tropictim/fix_path

This commit is contained in:
2023-02-19 16:23:29 +01:00
committed by GitHub

View File

@@ -65,7 +65,7 @@ runs:
- name: Prettify code! - name: Prettify code!
shell: bash shell: bash
run: >- run: >-
PATH=$(cd $GITHUB_ACTION_PATH; npm bin):$PATH PATH=$GITHUB_ACTION_PATH/node_modules/.bin:$PATH
${{ github.action_path }}/entrypoint.sh ${{ github.action_path }}/entrypoint.sh
env: env:
INPUT_COMMIT_MESSAGE: ${{ inputs.commit_message }} INPUT_COMMIT_MESSAGE: ${{ inputs.commit_message }}