Skip to content

Commit 1b9ef96

Browse files
committed
chore: hardcode path for now
1 parent e23342c commit 1b9ef96

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
@@ -98,7 +98,7 @@ runs:
9898
${{ steps.settings.outputs.extra_args }}
9999
--rm
100100
--memory=${{ inputs.memory }}
101-
-v $(Split-Path -Path ${env:GITHUB_EVENT_PATH} -Leaf):$(Split-Path -Path ${env:GITHUB_EVENT_PATH} -Leaf)
101+
-v C:\a\_temp\_github_workflow:C:\a\_temp\_github_workflow
102102
-v ${{ steps.settings.outputs.workspace_path }}:${{ steps.settings.outputs.mapping_path }}
103103
-w ${{ steps.settings.outputs.work_path }}
104104
${{ inputs.image }}

0 commit comments

Comments
 (0)