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

Workaround for broken git checkout #367

Closed
wants to merge 1 commit into from
Closed

Conversation

isarkis
Copy link
Member

@isarkis isarkis commented May 13, 2023

This sets HEAD to a dummy commit before checking
out the tree. The checkout step will then do a git clean which will wipe the tree before the auth step, preventing this issue from occurring again. See
actions/checkout#590 (comment)

b/282361986

This sets HEAD to a dummy commit before checking
out the tree. The checkout step will then do a git
clean which will wipe the tree before the auth step,
preventing this issue from occurring again. See
actions/checkout#590 (comment)

b/282361986
@kaidokert
Copy link
Member

This should no longer be needed ( after #406 and #383 ) ?

Copy link
Member

@kaidokert kaidokert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is needed any longer - please close

@isarkis isarkis closed this May 18, 2023
@isarkis isarkis deleted the workaround branch May 18, 2023 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants