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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fixed
Name clashes during migration for checkouts when a file or directory has the
same name as the branch being checked out
Changed
The action now operates in a temporary directory that is a copy of the
directory the action was called on. Using a temporary directory ensures that
any operations of the action, such as git operations, do not change the state
of the files and directories any following steps receive.