mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #1935] Act should warn on IO permission error instead of exiting #930
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#930
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 @mrnossiom on GitHub (Jul 31, 2023).
Original GitHub issue: https://github.com/nektos/act/issues/1935
Hi 👋🏻,
I very recently discovered
actthat seems to be a very nice project. I have a project that uses docker compose. I like to spin-up a local database to test and have persistence between restarts, and I use Docker volumes to do that. When the repository is being checked out byact, the folders that I use to temporarily store this information are owned by the docker user, these are not accessible andactcrashes due to an IO error.I would suggest that
actwarns on IO errors, maybe with a setting somewhere where we can suppress the warning when this gets noisy.Thanks