Skip to content

Commit e23342c

Browse files
committed
chore: mount the directory, not the file
1 parent 9e2545b commit e23342c

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 ${env:GITHUB_EVENT_PATH}:${env:GITHUB_EVENT_PATH}
101+
-v $(Split-Path -Path ${env:GITHUB_EVENT_PATH} -Leaf):$(Split-Path -Path ${env:GITHUB_EVENT_PATH} -Leaf)
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)