From 0bf3d43cc7108559d3a899a5ae5a9e607d5a326d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaros=C5=82aw=20Za=C5=82ucki?= Date: Tue, 1 Oct 2024 11:05:15 +0200 Subject: [PATCH] Forward datadog agent port. --- action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yaml b/action.yaml index 1aed634..65f36fa 100644 --- a/action.yaml +++ b/action.yaml @@ -122,6 +122,7 @@ runs: -e "ACTIONS_CACHE_URL" \ -e GITHUB_ACTIONS=true \ -e CI=true \ + -p 8126:8126 \ --rm \ -v ${{ github.env}}:${{ github.env}} \ -v ${GITHUB_ACTION_PATH}:/tmp/action_path \