-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
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
Cannot point to other branches #59
Comments
I'm running into the same issue. @bltavares can you explain in a bit more detail how you got it to work? Where do I run |
Figured it out. As a temporary workaround:
|
That was what I've done. Running |
We need to be able to use Action at specific Version also. For e.g. I cannot define this in my Workflow. - uses: 8398a7/action-slack@v2
|
See #101 (comment) Ideally, @8398a7 could update the action to follow recommended versioning |
- Fix https://gitea.com/gitea/act_runner/issues/220 ignore `--network` and `--net` in `options`. - Fix https://gitea.com/gitea/act_runner/issues/222 add opts of `mergo.WithAppendSlice` when excute `mergo.Merge()`. Reviewed-on: https://gitea.com/gitea/act/pulls/59 Reviewed-by: Zettat123 <[email protected]> Reviewed-by: Lunny Xiao <[email protected]> Co-authored-by: sillyguodong <[email protected]> Co-committed-by: sillyguodong <[email protected]>
First of all, thanks a lot for the project. It is super useful.
It seems like
act
clone is not bringing in the branches. My workflow is to create a branch on my actions repo, and test it from another project, before it lands onmaster
.The error is the following:
After I run
git fetch && git checkout
on the repo used to clone it worked, with an warning:Example workflow
I might be able to check it at some point, but I'm not able to do this on the following weeks.
The text was updated successfully, but these errors were encountered: