From 8eeeec18f49ba02b849520413b16655a84545ae5 Mon Sep 17 00:00:00 2001 From: Brian Sperlongano Date: Tue, 26 Sep 2023 19:49:47 -0400 Subject: [PATCH] Add missing alt parameter --- .github/workflows/deploy-pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pr-checks.yml b/.github/workflows/deploy-pr-checks.yml index 61685317b..1c2d27bae 100644 --- a/.github/workflows/deploy-pr-checks.yml +++ b/.github/workflows/deploy-pr-checks.yml @@ -127,5 +127,5 @@ jobs: output: | {"summary":"Preview map changes introduced by this PR", "title":"View live map and artifacts"} images: | - [{"image_url":"https://preview.ourmap.us/pr/${{ env.PR_NUM }}/sprites/sprite.png", "caption":"Sprite Sheet"}] + [{"image_url":"https://preview.ourmap.us/pr/${{ env.PR_NUM }}/sprites/sprite.png", "caption":"Sprite Sheet", "alt":"1x Sprite Sheet"}] output_text_description_file: pr_preview.md