Skip to content

Commit

Permalink
Merge pull request #937 from ZeLonewolf/zlw-consolidate-workflow
Browse files Browse the repository at this point in the history
Add missing alt parameter to CI image array
  • Loading branch information
ZeLonewolf authored Sep 26, 2023
2 parents f5502e0 + 636fee0 commit b3eaf3c
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 b3eaf3c

Please sign in to comment.