Skip to content

Commit

Permalink
chore: add e2e smoke workflow config type
Browse files Browse the repository at this point in the history
  • Loading branch information
linghan-hub committed Nov 7, 2023
1 parent 1eb89eb commit 2ce532d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ on:
required: false
default: ''
CONFIG_TYPE:
description: 'backup type'
required: true
default: 's3'
description: 'config type (e.g. s3|oss)'
required: false
default: ''
CLOUD_PROVIDER:
description: 'cloud provider'
required: true
Expand Down

0 comments on commit 2ce532d

Please sign in to comment.