-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Possible regresion on Ubuntu agents for git tag command #11496
Comments
Hi @macchmie3 Thank you for bringing this issue to our attention. We will look into this issue and will update you after investigating. |
Hi @macchmie3 I have followed your steps and can successfully read the output. Attached below is the workflow file for your review, along with the corresponding output. Thanks.
FYI: |
Thanks for your answer! I see that I see the issue at the checkout step actually so you can disregard the step Could you please run your sample with
|
I thinks that's the root cause of the problem: actions/checkout#2041 |
Description
Hi,
We noticed a problem with Git client on Ubuntu-latest on Thrusday 23.01.2025. We have a .yml file for deployment and we didnt change the file or the infrastructure of our codebase / Azure cloud.
Basically out commits have a single git-tag and we need to read it. After the agent update the
git tag
command stopped outputing the tags, no error is raised. At the same time the same code on our custom windows build agents still works.The sample code that stopped working:
Platforms affected
Runner images affected
Image version and build link
20250120.5.0
Is it regression?
20250105.1.0
Expected behavior
git tag --points-at ${{ inputs.commit-sha }} should output the name of existing tag
Actual behavior
Nothing is seen in output
Repro steps
Create a workflow with 2 parts - 1st adds a tag to a commit, 2nd that tries to read the commit.
The text was updated successfully, but these errors were encountered: