Skip to content

Commit

Permalink
Fix broken workflow
Browse files Browse the repository at this point in the history
Apparently these only work for actions/whatever because they have extra tags to make it work.
  • Loading branch information
jleedev authored Jul 2, 2024
1 parent d4a95a6 commit 3bea22c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit 3bea22c

Please sign in to comment.