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

Commit df71e73

Browse files
author
Noah Hanjun Lee
authored
fix: remove GITHUB_REF (#91)
1 parent f25f5c9 commit df71e73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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 ${GITHUB_REF} successfully.
23+
description: Success 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 ${GITHUB_REF} successfully.
68+
description: Success to deploy successfully.
6969
state: "success"
7070
token: "${{ github.token }}"
7171
-
@@ -74,7 +74,7 @@ jobs:
7474
uses: chrnorm/deployment-status@releases/v1
7575
with:
7676
deployment_id: ${{ github.event.deployment.id }}
77-
description: Failed to deploy ${GITHUB_REF}.
77+
description: Failed to deploy.
7878
state: "failure"
7979
token: "${{ github.token }}"
8080

0 commit comments

Comments
 (0)