Skip to content

Commit 9e2545b

Browse files
committed
chore: take the path from the environment
1 parent fda312e commit 9e2545b

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 C:\actions-runner\_work\_temp:C:\actions-runner\_work\_temp
101+
-v ${env:GITHUB_EVENT_PATH}:${env:GITHUB_EVENT_PATH}
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)