diff --git a/.github/workflows/comment-!build-commands.yml b/.github/workflows/comment-!build-commands.yml index a1799e557e..b5790cfb47 100644 --- a/.github/workflows/comment-!build-commands.yml +++ b/.github/workflows/comment-!build-commands.yml @@ -42,8 +42,10 @@ jobs: steps: - name: 🔎 Parse command, find branch, and set build flags id: pr_info + env: + COMMENT_BODY: ${{ github.event.comment.body }} run: | - COMMENT="${{ github.event.comment.body }}" + COMMENT="$COMMENT_BODY" # Split into space-separated words read -ra WORDS <<< "$COMMENT"