We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e23342c commit 1b9ef96Copy full SHA for 1b9ef96
1 file changed
action.yml
@@ -98,7 +98,7 @@ runs:
98
${{ steps.settings.outputs.extra_args }}
99
--rm
100
--memory=${{ inputs.memory }}
101
- -v $(Split-Path -Path ${env:GITHUB_EVENT_PATH} -Leaf):$(Split-Path -Path ${env:GITHUB_EVENT_PATH} -Leaf)
+ -v C:\a\_temp\_github_workflow:C:\a\_temp\_github_workflow
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