diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml
index bb434dca..3e0b7736 100644
--- a/.github/workflows/links.yml
+++ b/.github/workflows/links.yml
@@ -38,7 +38,7 @@ jobs:
 
       - name: Read Results
         if: ${{ steps.lychee.outputs.exit_code != 0 }}
-        run: echo "REPORT=$(echo jq -Rs '```.```' /tmp/links.json)" >> $GITHUB_ENV
+        run: echo "REPORT=$(jq -Rs '```.```' /tmp/links.json)" >> $GITHUB_ENV
 
       - name: Echo Results
         if: ${{ steps.lychee.outputs.exit_code != 0 }}