We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fbd851 commit ea428caCopy full SHA for ea428ca
1 file changed
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
environment: Production
23
- name: Trigger Webhook
24
run: |
25
- WEBHOOK_URL="https://ellipsis.scis.smu.edu.sg/4e0f201f32f5/heartcodehook"
+ WEBHOOK_URL="https://smuellipsis.scis.smu.edu.sg/4e0f201f32f5/heartcodehook"
26
27
PAYLOAD='{"commitId": "${{ github.event.head_commit.id }}"}'
28
@@ -48,4 +48,4 @@ jobs:
48
token: "${{ github.token }}"
49
log-url: ${{ steps.deployment.outputs.environment_url }}
50
deployment-id: ${{ steps.deployment.outputs.deployment_id }}
51
- state: "failure"
+ state: "failure"
0 commit comments