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
Add optional "clean" parameter to input of stash/restore action
Sometimes you want to restore stash (for example "~/.cache/" when
it already exists - in which case `gh download` will fail with
error extracting FILE: file exists
While you can delete the directory before restore action is called, it's
a bit more convenient to add optional "clean" input - when set
to "true" and target directory exists, it will delete it and
subsequently re-create the directory.
0 commit comments