issues
search
shimataro
/
ssh-key-action
GitHub Action that installs SSH key to .ssh
https://github.com/marketplace/actions/install-ssh-key
MIT License
579
stars
87
forks
source link
Feat: Only try deleting files that were created by the action during cleanup phase
#275
Closed
bertrand-caron-cascade
closed
1 month ago
bertrand-caron-cascade
commented
1 month ago
At the moment, the action can delete files during the cleanup phase that were potentially not created by it.
The PR suggests only doing so if the file is guaranteed to have been created by the action (i.e. has
mustNotExist
set to
true
).
mustNotExist
set totrue
).