mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #683] Issue: EXDEV: cross-device link not permitted #438
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#438
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 @sharksforarms on GitHub (May 11, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/683
Act version
Expected behaviour
No error
Actual behaviour
https://gist.github.com/sharksforarms/06ce839d37a8b7e848eacb2239869c69#file-sh-L96
Workflow and/or repository
workflow
https://github.com/sharksforarms/deku/blob/master/.github/workflows/main.yml#L91
https://github.com/jetli/wasm-pack-action
Steps to reproduce
actoutputLog
@github-actions[bot] commented on GitHub (Jun 11, 2021):
Issue is stale and will be closed in 14 days unless there is new activity
@sharksforarms commented on GitHub (Jun 25, 2021):
(still a bug)
@mcalhoun commented on GitHub (Jan 9, 2023):
I am also experiencing this problem, but with different actions. Anytime the node fs.rename() method is called, I get the error message:
What appears to be happening is that
/home(or some subpath) and/run(or some subpath) are on different mounted filesystems as described in the rename man page.From the doc:
This error does not occur with the same code on an actual Github Runner, so it's presumably something specific to the docker setup.