Skip to content

Commit d2e3b9f

Browse files
committed
chore: correctly handle variable
1 parent e6dd5c6 commit d2e3b9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ runs:
100100
${{ steps.settings.outputs.extra_args }}
101101
--rm
102102
--memory=${{ inputs.memory }}
103-
-v $eventPath:$eventPath
103+
-v ${eventPath}:${eventPath}
104104
-v ${{ steps.settings.outputs.workspace_path }}:${{ steps.settings.outputs.mapping_path }}
105105
-w ${{ steps.settings.outputs.work_path }}
106106
${{ inputs.image }}

0 commit comments

Comments
 (0)