File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ inputs:
1818runs :
1919 using : composite
2020 steps :
21- - run : cd ${{ github.action_path } } && npm install
21+ - run : cd ${GITHUB_ACTION_PATH } && npm install
2222 shell : bash
23- - run : cd ${{ github.action_path } } && SWAGGER_EDITOR_URL=${{ inputs.swagger-editor-url }} DEFINITION_FILE=${{ inputs.definition-file }} IGNORE_ERROR=${{ inputs.ignore-error }} DEFAULT_TIMEOUT=${{ inputs.default-timeout }} node src/index.js
23+ - run : cd ${GITHUB_ACTION_PATH } && SWAGGER_EDITOR_URL=${{ inputs.swagger-editor-url }} DEFINITION_FILE=${{ inputs.definition-file }} IGNORE_ERROR=${{ inputs.ignore-error }} DEFAULT_TIMEOUT=${{ inputs.default-timeout }} node src/index.js
2424 shell : bash
2525branding :
2626 icon : ' file-text'
You can’t perform that action at this time.
0 commit comments