We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02ea592 + a9595ea commit 2fe77ceCopy full SHA for 2fe77ce
1 file changed
action.yml
@@ -36,7 +36,7 @@ runs:
36
run: $GITHUB_ACTION_PATH/action/entrypoint.sh
37
shell: bash
38
env:
39
- INSTALL_DIR: .
+ INSTALL_DIR: ${{ runner.temp }}
40
INPUT_FILES: ${{ inputs.files }}
41
INPUT_EXTEND_IDENTIFIERS: ${{ inputs.extend_identifiers }}
42
INPUT_EXTEND_WORDS: ${{ inputs.extend_words }}
0 commit comments