Skip to content
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

Please add support for checkouting external repositories #630

Open
mwestphal opened this issue Oct 31, 2021 · 2 comments
Open

Please add support for checkouting external repositories #630

mwestphal opened this issue Oct 31, 2021 · 2 comments

Comments

@mwestphal
Copy link

External repositories are not supported, eg:

- name: Checkout OCCT
  uses: actions/checkout@v2
  with:
    repository: https://git.dev.opencascade.org/repos/occt.git 
    submodules: 'true'
    path: './dependencies/occt'
    ref: V7_5_1

Does not work at all

@mwestphal
Copy link
Author

mentioned multiple times here: #24

@Merinorus
Copy link

Hello,

I have a similar problem: my GitHub instance is self-hosted (github.mycompany.com) and I try to checkout a repo on GitHub (github.com).

I could not find any solution in discussion #24. They talk about mixing public and private repo but they are all hosted on github.com.

The only way I could bypass this was by doing a bash command git checkout.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants