From 389a9ff6c13fae79a2476724497ba841d8d42488 Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Thu, 14 Mar 2024 19:43:17 +0100 Subject: [PATCH] Update run-htmltest.yml --- .github/workflows/run-htmltest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-htmltest.yml b/.github/workflows/run-htmltest.yml index 07fa5ede62..b48751d28b 100644 --- a/.github/workflows/run-htmltest.yml +++ b/.github/workflows/run-htmltest.yml @@ -56,12 +56,12 @@ jobs: id: create uses: atlassian/gajira-create@v3 env: - GITHUB_RUN_ID: $GITHUB_RUN_ID + GITHUB_RUN_ID: ${{ github.run_id }} with: project: DOCS issuetype: Bug summary: Broken link detected - description: "For more info see https://github.com/viamrobotics/docs/actions/runs/${{ env.GITHUB_RUN_ID }}. ${env.GITHUB_RUN_ID} $GITHUB_RUN_ID ${GITHUB_RUN_ID}" + description: "For more info see https://github.com/viamrobotics/docs/actions/runs/${{ env.GITHUB_RUN_ID }}. ${{ github.run_id }}" - name: Log created Jira issue if: failure() run: echo "Issue ${{ steps.create.outputs.issue }} was created"