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 f52169f commit e7fc113Copy full SHA for e7fc113
.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 }}/job/${{ github.run_number }}",
54
"tc_github_action_status": "FAILED",
55
"tc_slack_channel_id": "${{ secrets.SLACK_DOCKER_LATEST_CHANNEL_ID }}"
56
}
0 commit comments