mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #211] Does not honor working-directory #142
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#142
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 @fejx on GitHub (Apr 28, 2020).
Original GitHub issue: https://github.com/nektos/act/issues/211
Originally assigned to: @catthehacker on GitHub.
Thanks for the awesome tool! It saved me a lot of time ❤️
However, while using it, I stumbled upon an issue.
Act does not honor the
working-directorykey you can set forrunsteps. It shouldcdinto the specified path.Steps to reproduce
Workflow
GitHub output
Local output from Act
@github-actions[bot] commented on GitHub (Jul 13, 2020):
Issue is stale and will be closed in 7 days unless there is new activity
@audioboxer217 commented on GitHub (Jul 13, 2020):
Mostly leaving a comment to keep this from going stale. It's not stale, I am still seeing this issue and currently not utilizing act because of it. Which is disappointing because, as @fejx said, this really is an awesome tool!
@plauche commented on GitHub (Jul 30, 2020):
I'm also running into this issue! We set the working directory as a top level default:
But it does not appear to be honored.
@iongion commented on GitHub (Aug 14, 2020):
The same for defaults
@pfeigl commented on GitHub (Aug 21, 2020):
Yep, running into the same problem :-( Also trying to set on
defaultslevel as described in this help pagehttps://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#defaultsrun
@github-actions[bot] commented on GitHub (Oct 21, 2020):
Issue is stale and will be closed in 7 days unless there is new activity
@esammer commented on GitHub (May 5, 2021):
Can confirm this is still an issue. This is an issue for those of us with mono repos and workflows that build a particular slice when pushes contain a path. act version 0.2.21.
@ebadusb commented on GitHub (May 17, 2021):
I am seeing this as well.
@ThanhDat-Vo commented on GitHub (Aug 9, 2021):
I got this issue too, I declared
and it simply does not work
@btchoungombiandja commented on GitHub (Jul 17, 2024):
Also seeing the same error