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

Commit 811e034

Browse files
fix: changed statuses href (#14)
Signed-off-by: Adroaldo Neto <adroaldo.neto@zup.com.br> Signed-off-by: Adroaldo Neto <adroaldo.neto@zup.com.br>
1 parent 733c422 commit 811e034

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
"event_type": "RELEASE",
3838
"client_payload": {
3939
"ref": "${{ github.ref }}",
40-
"statuses_href": "${{ github.event.repository.statuses_url}}"
40+
"statuses_href": "https://api.github.com/repos/$REPO_NAME/statuses/${{ github.event.head_commit.id }}"
4141
}
4242
}'

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
"event_type": "TAG",
3838
"client_payload": {
3939
"ref": "${{ github.ref }}",
40-
"statuses_href": "${{ github.event.repository.statuses_url}}"
40+
"statuses_href": "https://api.github.com/repos/$REPO_NAME/statuses/${{ github.event.head_commit.id }}"
4141
}
4242
}'

0 commit comments

Comments
 (0)