mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #150] Can't find action.yml file for action actions/setup-ruby #99
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#99
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 @mrcasals on GitHub (Mar 13, 2020).
Original GitHub issue: https://github.com/nektos/act/issues/150
hi!
I just installed the latest version of
actpublished in Homebrew (0.2.6), and tried to run it against this workflow file:https://github.com/diputaciodegirona/decidim-diputacio-girona/blob/master/.github/workflows/decidim_ci.yml
When running it with
act -nit ives me this output:I checked the action repo and it has an
action.ymlfile (not theaction.yamlthat it's looking for, not theamissing in the repo file).I'm not sure how to fix it, I've never written any Go :(
@KingDarBoja commented on GitHub (Mar 14, 2020):
Have same issue but with
actions/setup-python@v1in my case. The issue seems to be related to the action not being available locally 🤔This is related to #107
@cplee commented on GitHub (Mar 14, 2020):
This one isn't related to #107. The problem is that in dryrun mode the action isn't cloned from the remote repo. Will look at a fix...
@KingDarBoja commented on GitHub (Mar 14, 2020):
Apologies for the response, I thought it was the cause. Anyway, glad we got a fix so quick! 💯