File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
share/github-backup-utils Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ restore-secret "Actions Launch token oauth cert" "actions-oauth-s2s-signing-cert
90
90
snapshot_version=$( cat " $GHE_RESTORE_SNAPSHOT_PATH /version" )
91
91
# shellcheck disable=SC2046 # Word splitting is required to populate the variables
92
92
read -r snapshot_version_major snapshot_version_minor _ <<< $( ghe_parse_version " $snapshot_version " )
93
- if [[ $RESTORE_SETTINGS && " $snapshot_version_major " -eq " 3" && " $snapshot_version_minor " -ge " 10" ]]; then
93
+ if [[ $RESTORE_SETTINGS && " $snapshot_version_major " -eq " 3" && " $snapshot_version_minor " -ge " 10" ]]; then
94
94
restore-secret " Actions storage container prefix" " actions-storage-container-prefix" " secrets.actions.storage.container-prefix"
95
95
fi
96
96
You can’t perform that action at this time.
0 commit comments