mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #52] mirror filesystem permissions #29
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#29
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 @amn41 on GitHub (Mar 20, 2019).
Original GitHub issue: https://github.com/nektos/act/issues/52
firstly, thanks for this amazing tool! absolutely love it and it's making my iteration speed so much faster.
I have an action which runs fine locally using
act, but fails when executed by github due to (it seems) a file permission error.My dockerfile is very simple:
my action looks like this:
this runs absolutely fine if I do
act mermaid, but on github I get an error writing to the file:Error: EACCES: permission denied, open 'gantt-tmp.png'However, I've created a ticket with GitHub support since this may just be a bug on their end. The same issue exists if I direct the output to an absolute path like
/github/home/gantt-tmp.png,/github/workspace/gantt-tmp.png, and it doens't matter whether the output file exists or not.@cplee commented on GitHub (Feb 25, 2020):
not applicable after github actions v2 release