-
Notifications
You must be signed in to change notification settings - Fork 21
New Featuer - Add branch selector #6
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
base: main
Are you sure you want to change the base?
Conversation
add a no required option named "branch", and when it exist value, then the action will clone the selected branch via git command, with "-b <branch name>"
Hi @lipeilin375 , thank you for contributing! 😄 Could you just show me any evidence that the implementation is working as expected for each OS? Using something like this in a custom workflow: - name: Clone some repo from a specific branch
uses: lipeilin375/clone-github-repo-action@main
with:
owner: 'OWNER'
repository: 'REPO'
branch: 'BRANCH' |
I'm so sorry about that I'm preparing for an important exam these days, so it will take a bit more time for me to respond to this CI workflow. Hope for u'r understanding 🙏🙏 |
No problem 😄 👍🏼 |
… whether the required value is input with CI test of public repo "python-docs-zh-cn" with branch "3.10"
Use "-b" option in git command to clone the selected branch.