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

fetch-branches option? #1745

Open
spenserblack opened this issue May 22, 2024 · 0 comments
Open

fetch-branches option? #1745

spenserblack opened this issue May 22, 2024 · 0 comments

Comments

@spenserblack
Copy link

My motivation is that some tools (linguist for example) read from git repositories, and so they test against test/* branches in their CI. It would be nice if actions/checkout could also fetch those additional refs.

The workaround is really trivial, and might be so easy that this request is invalid. Just run: git fetch origin extra-branch:extra-branch is all you really need AFAIK. However, I figured it would be nice to have as part this action.

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

1 participant