Skip to content

Commit ff36541

Browse files
committed
fix: update description for COS backup input in production workflow
- Revised the description of the `cos_backup` input parameter to clarify its purpose for backing up to COS.
1 parent f7714cf commit ff36541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
default: false
2525
required: false
2626
cos_backup:
27-
description: "Backup to COS"
27+
description: "To backup COS"
2828
type: boolean
2929
default: false
3030
required: false

0 commit comments

Comments
 (0)