run github actions without setup, locally #2518
Unanswered
nnWhisperer
asked this question in
Q&A
Replies: 1 comment
-
This is a nice idea, but no act does't offer something like this yet. The node requirement could be a problem for running those exensions... Currently How would act a binary add something to your system path of your current shell? dotnet tool install tells you that the path it used for dotnet tools is not currently in your path, but setup-actions vary much more at that point. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Since github actions provide ways to set up binaries such as that of go or npm, I want to use them on terminal instead of looking up how to install that binary. I found this act repository but it seems that one may only use those actions if they are written inside a workflow yml file. My question is, can we use act to run an action on the local bash?
For example something like that which installs go in the terminal it is run on:
Beta Was this translation helpful? Give feedback.
All reactions