mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #2038] Windows hosts: MkdirAll does not handle volume labels properly #978
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#978
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mrcalvin on GitHub (Oct 9, 2023).
Original GitHub issue: https://github.com/nektos/act/issues/2038
Bug report info
Command used with act
Describe issue
I have a GitHub/ Git repository checkout mounted as a SMB share (volume X:) on a Windows virtual machine (Windows 2022 Server). Running the above yields.
I have the strong feeling that this is related to: https://go-review.googlesource.com/c/go/+/517015
Link to GitHub repository
No response
Workflow content
Relevant log output
Additional information
No response
@mrcalvin commented on GitHub (Oct 9, 2023):
Turned out to be a missing sanitizing of volume names in
actitself:This way, paths containing
x:\some\pathare turned intox\some\path. Maybe, there is some Go builtin that I am not aware of, to achieve the same?@mrcalvin commented on GitHub (Oct 11, 2023):
Better, strip away the volume prefix:
@github-actions[bot] commented on GitHub (Apr 9, 2024):
Issue is stale and will be closed in 14 days unless there is new activity