Skip to content

v0.2.2 Run in Temporary Directory

Pre-release
Pre-release
Compare
Choose a tag to compare
@jdkandersson jdkandersson released this 23 Jan 01:58
· 68 commits to main since this release
a2759c2

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.