Skip to content

Commit

Permalink
Add missing alt parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeLonewolf committed Sep 26, 2023
1 parent efeeb00 commit 8eeeec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8eeeec1

Please sign in to comment.