Skip to content

Commit

Permalink
chore: use env vars properly
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Jun 4, 2024
1 parent c5aaaf4 commit a1be0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-moby-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
payload: |
{
"tc_project": "testcontainers-go",
"tc_github_action_url": "https://github.com/testcontainers/testcontainers-go/actions/runs/${{ env.GITHUB_RUN_ID }}/job/${{ env.GITHUB_RUN_NUMBER }}",
"tc_github_action_url": "https://github.com/testcontainers/testcontainers-go/actions/runs/${GITHUB_RUN_ID}/job/${GITHUB_RUN_NUMBER}",
"tc_github_action_status": "FAILED",
"tc_slack_channel_id": "${{ secrets.SLACK_DOCKER_LATEST_CHANNEL_ID }}"
}
Expand Down

0 comments on commit a1be0de

Please sign in to comment.