From 3bea22c4a46d0bd439f1209f75e02b88c94838bf Mon Sep 17 00:00:00 2001 From: Josh Lee Date: Tue, 2 Jul 2024 10:13:33 -0400 Subject: [PATCH] Fix broken workflow Apparently these only work for actions/whatever because they have extra tags to make it work. --- .github/workflows/deploy-pr-checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-pr-checks.yml b/.github/workflows/deploy-pr-checks.yml index 4d736fef3..ccd25262a 100644 --- a/.github/workflows/deploy-pr-checks.yml +++ b/.github/workflows/deploy-pr-checks.yml @@ -119,7 +119,7 @@ jobs: app_id: 396440 #osm-americana checks app private_key: ${{ secrets.CHECKS_WRITER_SECRET }} - name: Print Preview Links to GitHub Checks - uses: LouisBrunner/checks-action@v2 + uses: LouisBrunner/checks-action@v2.0.0 if: always() with: sha: ${{ env.PR_SHA }} @@ -131,7 +131,7 @@ jobs: {"summary":"Preview map changes introduced by this PR", "title":"View live map and artifacts"} output_text_description_file: pr_preview.md - name: Print Stats to GitHub Checks - uses: LouisBrunner/checks-action@v2 + uses: LouisBrunner/checks-action@v2.0.0 if: always() with: sha: ${{ env.PR_SHA }}