We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda312e commit 9e2545bCopy full SHA for 9e2545b
1 file changed
action.yml
@@ -98,7 +98,7 @@ runs:
98
${{ steps.settings.outputs.extra_args }}
99
--rm
100
--memory=${{ inputs.memory }}
101
- -v C:\actions-runner\_work\_temp:C:\actions-runner\_work\_temp
+ -v ${env:GITHUB_EVENT_PATH}:${env:GITHUB_EVENT_PATH}
102
-v ${{ steps.settings.outputs.workspace_path }}:${{ steps.settings.outputs.mapping_path }}
103
-w ${{ steps.settings.outputs.work_path }}
104
${{ inputs.image }}
0 commit comments