Why does act need remote repo "origin" or --remote-name ? #2330
Unanswered
AddictArts
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What in a local action run triggers needing to check the remote?
Start with
git init
Create your thing with a workflow and when running with act you will see
unable to get git repo
. That doesn't make sense or is intuaitive as to why the need for github.com.I have worked around this by setting a remote to the repo I just init.
Example:
Beta Was this translation helpful? Give feedback.
All reactions