mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #1236] Host repo not cloning #681
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#681
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 @orcutt989 on GitHub (Jun 30, 2022).
Original GitHub issue: https://github.com/nektos/act/issues/1236
Bug report info
Command used with act
Describe issue
With the following action-
I expect the files
assetsandparis-syndrome.gbsprojto be available toactbut the directory seems to be empty...They are not in the gitignore.
Link to GitHub repository
No response
Workflow content
Relevant log output
Additional information
Files are not in
.gitignore.I assume I am doing something incorrectly as opposed to this being a bug in full disclosure. 😄
@ChristopherHX commented on GitHub (Jun 30, 2022):
Duplicate of #1227
It's a bug of act 0.2.27 and 0.2.28 on windows and is already fixed in master.
@orcutt989 commented on GitHub (Jun 30, 2022):
Thanks how to build on windows? When I run
make testI get a buch of failures and when Imake installI get this error.@ChristopherHX commented on GitHub (Jun 30, 2022):
If you have go 1.18 installed and in
PATHThis creates a
act.exefile, which is ready to use. I never used the makefile, it seem to contain linux / mac paths.Otherwise 0.2.29 should be released in a few hours, by an automated github workflow.
@orcutt989 commented on GitHub (Jul 1, 2022):
That works and gets me cloning, but what's funny is it seems emojis stop working when built locally? Happy to wait until the CI pipeline runs, I just thought it was an interesting.