Open lipeilin375 opened 1 year ago
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'
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 🙏🙏
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 😄 👍🏼
Use "-b" option in git command to clone the selected branch.