You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ifactions/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.The text was updated successfully, but these errors were encountered: