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.
1 parent e4e73e7 commit ace7072Copy full SHA for ace7072
1 file changed
action.sh
@@ -99,7 +99,7 @@ run docker run --rm \
99
-v "$GITHUB_STEP_SUMMARY:$GITHUB_STEP_SUMMARY" \
100
-v "$GITHUB_PATH:$GITHUB_PATH" \
101
-v "$GITHUB_WORKSPACE:$GITHUB_WORKSPACE" \
102
- -v "$GITHUB_ACTION_PATH/entryoint.sh":/entrypoint.sh \
+ -v "$GITHUB_ACTION_PATH/entrypoint.sh":/entrypoint.sh \
103
-w "$GITHUB_WORKSPACE" \
104
--entrypoint "/entrypoint.sh" \
105
"$docker_image" \
0 commit comments