We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6dd5c6 commit d2e3b9fCopy full SHA for d2e3b9f
1 file changed
action.yml
@@ -100,7 +100,7 @@ runs:
100
${{ steps.settings.outputs.extra_args }}
101
--rm
102
--memory=${{ inputs.memory }}
103
- -v $eventPath:$eventPath
+ -v ${eventPath}:${eventPath}
104
-v ${{ steps.settings.outputs.workspace_path }}:${{ steps.settings.outputs.mapping_path }}
105
-w ${{ steps.settings.outputs.work_path }}
106
${{ inputs.image }}
0 commit comments