Skip to content

Commit 7351b66

Browse files
committed
Fix GHA url pointing to attempts
1 parent e0321d9 commit 7351b66

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": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/job/${{ github.run_number }}",
53+
"tc_github_action_url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }}",
5454
"tc_github_action_status": "FAILED",
5555
"tc_slack_channel_id": "${{ secrets.SLACK_DOCKER_LATEST_CHANNEL_ID }}"
5656
}

0 commit comments

Comments
 (0)