GuillaumeFalourd / clone-github-repo-action

Github Action to clone a public or private Github repository and access its content on others repositories' workflows ♻️
https://github.com/marketplace/actions/clone-github-repo-action
Apache License 2.0
47 stars 20 forks source link

New Featuer - Add branch selector #6

Open lipeilin375 opened 1 year ago

lipeilin375 commented 1 year ago

Use "-b" option in git command to clone the selected branch.

GuillaumeFalourd commented 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'
lipeilin375 commented 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'

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 🙏🙏

GuillaumeFalourd commented 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'

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 😄 👍🏼