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
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
The text was updated successfully, but these errors were encountered:
mentioned multiple times here: #24
Sorry, something went wrong.
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.
git checkout
No branches or pull requests
External repositories are not supported, eg:
Does not work at all
The text was updated successfully, but these errors were encountered: