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
# Restore storage container prefix, but only if it exists, and the `-c` option is used with ghe-restore to avoid staging instances using production bucket settings
89
+
if [[ -e"$GHE_RESTORE_SNAPSHOT_PATH/actions-storage-container-prefix" ]];then
0 commit comments