Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 78a07ed

Browse files
author
noah
committed
fix: fix typo in CD pipeline
1 parent 1d5438e commit 78a07ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-to-cloud.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
deployment_id: ${{ github.event.deployment.id }}
2121
state: "success"
2222
token: "${{ github.token }}"
23-
description: Success to deploy successfully.
23+
description: Finish to deploy successfully.
2424

2525
deploy-dev:
2626
runs-on: ubuntu-latest
@@ -65,7 +65,7 @@ jobs:
6565
uses: chrnorm/deployment-status@releases/v1
6666
with:
6767
deployment_id: ${{ github.event.deployment.id }}
68-
description: Success to deploy successfully.
68+
description: Finish to deploy successfully.
6969
state: "success"
7070
token: "${{ github.token }}"
7171
-

0 commit comments

Comments
 (0)