We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0321d9 commit 7351b66Copy full SHA for 7351b66
.github/workflows/moby-latest.yml
@@ -50,7 +50,7 @@ jobs:
50
{
51
"tc_project": "testcontainers-java",
52
"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 }}",
+ "tc_github_action_url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }}",
54
"tc_github_action_status": "FAILED",
55
"tc_slack_channel_id": "${{ secrets.SLACK_DOCKER_LATEST_CHANNEL_ID }}"
56
}
0 commit comments