Skip to content

Commit 351516c

Browse files
committed
Fix github action url in slack payload
1 parent 631a4c0 commit 351516c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/moby-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
{
5151
"tc_project": "testcontainers-java",
5252
"tc_docker_install_type": "${{ matrix.install-docker-type }}",
53-
"tc_github_action_url": "https://github.com/testcontainers/testcontainers-java/actions/runs/${{ env.GITHUB_RUN_ID }}/job/${{ env.GITHUB_RUN_NUMBER }}",
53+
"tc_github_action_url": "${{ GITHUB_SERVER_URL }}/${{ GITHUB_REPOSITORY }}/actions/runs/${{ GITHUB_RUN_ID }}/job/${{ GITHUB_RUN_NUMBER }}",
5454
"tc_github_action_status": "FAILED",
5555
"tc_slack_channel_id": "${{ secrets.SLACK_DOCKER_LATEST_CHANNEL_ID }}"
5656
}

0 commit comments

Comments
 (0)