Skip to content

Commit 40dbc40

Browse files
committed
fix test
1 parent 116350d commit 40dbc40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/github-backup-utils/ghe-restore-actions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ restore-secret "Actions Launch token oauth cert" "actions-oauth-s2s-signing-cert
9090
snapshot_version=$(cat "$GHE_RESTORE_SNAPSHOT_PATH/version")
9191
# shellcheck disable=SC2046 # Word splitting is required to populate the variables
9292
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
9494
restore-secret "Actions storage container prefix" "actions-storage-container-prefix" "secrets.actions.storage.container-prefix"
9595
fi
9696

0 commit comments

Comments
 (0)