We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
action.yml
hi!
I just installed the latest version of act published in Homebrew (0.2.6), and tried to run it against this workflow file:
act
https://github.com/diputaciodegirona/decidim-diputacio-girona/blob/master/.github/workflows/decidim_ci.yml
When running it with act -n it ives me this output:
act -n
*DRYRUN* [[CI] Decidim/Tests] 🚀 Start image=node:12.6-buster-slim *DRYRUN* [[CI] Decidim/Tests] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [[CI] Decidim/Tests] ⭐ Run actions/checkout@v2.0.0 *DRYRUN* [[CI] Decidim/Tests] ✅ Success - actions/checkout@v2.0.0 *DRYRUN* [[CI] Decidim/Tests] ⭐ Run actions/setup-ruby@master *DRYRUN* [[CI] Decidim/Tests] ☁ git clone 'https://github.com/actions/setup-ruby' # ref=master *DRYRUN* [[CI] Decidim/Tests] ❌ Failure - actions/setup-ruby@master Error: open /Users/marc/.cache/act/actions-setup-ruby@master/action.yaml: no such file or directory
I checked the action repo and it has an action.yml file (not the action.yaml that it's looking for, not the a missing in the repo file).
action.yaml
a
I'm not sure how to fix it, I've never written any Go :(
The text was updated successfully, but these errors were encountered:
Have same issue but with actions/setup-python@v1 in my case. The issue seems to be related to the action not being available locally 🤔
actions/setup-python@v1
This is related to #107
Sorry, something went wrong.
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...
f5e67f2
Apologies for the response, I thought it was the cause. Anyway, glad we got a fix so quick! 💯
No branches or pull requests
hi!
I just installed the latest version of
act
published 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 -n
it ives me this output:I checked the action repo and it has an
action.yml
file (not theaction.yaml
that it's looking for, not thea
missing in the repo file).I'm not sure how to fix it, I've never written any Go :(
The text was updated successfully, but these errors were encountered: