diff --git a/.github/workflows/run-htmltest.yml b/.github/workflows/run-htmltest.yml
index 148fd98b87..07fa5ede62 100644
--- a/.github/workflows/run-htmltest.yml
+++ b/.github/workflows/run-htmltest.yml
@@ -61,7 +61,7 @@ jobs:
project: DOCS
issuetype: Bug
summary: Broken link detected
- description: "For more info see https://github.com/viamrobotics/docs/actions/runs/${{ 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 }}. ${env.GITHUB_RUN_ID} $GITHUB_RUN_ID ${GITHUB_RUN_ID}"
- name: Log created Jira issue
if: failure()
run: echo "Issue ${{ steps.create.outputs.issue }} was created"