-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
What determines if --no-tags
or --tags
is used in the git fetch of this action?
#40
Comments
@nelsonjchen |
Alright. Whew. OK, this explains today's fun. Thanks for the reply. FYI: @ctranquill |
Sorry for the trouble 😭 |
I can safely say the pain brought us closer. It's all good. |
@TingluoHuang I'm looking for a way to use |
I'm trying to introduce GitHub actions to a repository that uses
git describe --tags
as a step. For some reason, the fetches on a private repository of my organization does a fetch with--no-tags
.My experiments in an experimental repo with the tagging feature inside GitHub show it fetching with
--tags
. The logic of this action isn't contained in the source code of this repo so I'm not sure why it's doing this kind of fetch. If this is a difference in behavior between lightweight tags and annotated tags, this behavior should be documented.The text was updated successfully, but these errors were encountered: