mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #90] Action Version not being honored #56
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#56
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 @cplee on GitHub (Feb 21, 2020).
Original GitHub issue: https://github.com/nektos/act/issues/90
(from @timfallmk - https://github.com/nektos/act/issues/74#issuecomment-589433017)
I don't want to hijack the conversation, and I don't know if this belongs here or in a separate issue, so please yell at me if necessary 😄 .
When I attempt to run a workflow with a
setup-goaction in it, the necessary config files are not found:Workflow files: https://github.com/ksync/ksync/blob/master/.github/workflows/test.yml
I've also tried with the default environment and got the same result. I'm not sure if I'm understanding this right, but it seems like a default config file might need to be copied into the
nodeimage (in this case). Is this something that would be in the default runner?@cplee commented on GitHub (Feb 21, 2020):
The problem is that the version of the action isn't being properly used in the git checkout
@timfallmk commented on GitHub (Feb 21, 2020):
@cplee Ah, you beat me to posting my own issue. Much respect!
@timfallmk commented on GitHub (Feb 21, 2020):
...Aaaand sponsored. ❤️
@cplee commented on GitHub (Feb 21, 2020):
Much thanks @timfallmk!! 🙏
@mced commented on GitHub (Feb 24, 2020):
@cplee Am I missing something ?
When building from
v0.2.3(andgithub.com/nektos/act@e371fa8c49) I have:When building from
v0.2.1I have: