diff --git a/.github/workflows/restore-backup-dev-pr.yml b/.github/workflows/restore-backup-dev-pr.yml index 174276ec6b..7857db686a 100644 --- a/.github/workflows/restore-backup-dev-pr.yml +++ b/.github/workflows/restore-backup-dev-pr.yml @@ -7,7 +7,8 @@ on: type: string description: | The sourceFile of the backup in the bucket to restore, e.g. - ecamp3-dev/2023-07-17-12-55-33-ecamp3-dev.sql.gz.gpg + ecamp3-dev/2023-07-17-12-55-33-ecamp3-dev.sql.gz.gpg. + Use "latest" for the latest backup. required: true default: latest pr-number: diff --git a/.github/workflows/restore-backup-stage-prod.yml b/.github/workflows/restore-backup-stage-prod.yml index 9a76124429..4e70906b39 100644 --- a/.github/workflows/restore-backup-stage-prod.yml +++ b/.github/workflows/restore-backup-stage-prod.yml @@ -7,7 +7,8 @@ on: type: string description: | The restoreSourceFile of the backup in the bucket to restore, e.g. - ecamp3-staging/2023-07-17-12-55-33-ecamp3-staging.sql.gz.gpg + ecamp3-staging/2023-07-17-12-55-33-ecamp3-staging.sql.gz.gpg. + Use "latest" for the latest backup. required: true default: latest branch: