From 2f4ab3f71e411ef7c460c89ee414743eab0f98d8 Mon Sep 17 00:00:00 2001 From: fcaffieri Date: Fri, 29 May 2026 10:35:13 -0300 Subject: [PATCH] Fix copilot suggestions --- .github/workflows/check_integration_tools.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check_integration_tools.yaml b/.github/workflows/check_integration_tools.yaml index 203831db..bd7cebbe 100644 --- a/.github/workflows/check_integration_tools.yaml +++ b/.github/workflows/check_integration_tools.yaml @@ -101,8 +101,9 @@ jobs: - name: Parse command and set deployment metadata id: parse_command + env: + COMMENT_BODY: ${{ github.event.comment.body }} run: | - COMMENT_BODY="${{ github.event.comment.body }}" # Check longest match first to avoid /test-docker matching /test-docker-single if echo "$COMMENT_BODY" | grep -q '/test-docker-single'; then echo 'deployment_matrix=["single-node"]' >> $GITHUB_OUTPUT