Skip to content

Commit 4978ac7

Browse files
author
Michael Ryan Hunsaker
committed
CI: fix YAML quoting for Show deployed URL step
1 parent 35b39b4 commit 4978ac7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/site-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,5 @@ jobs:
6464

6565
- name: Show deployed URL
6666
if: ${{ always() }}
67-
run: echo "Page URL: ${{ steps.deployment.outputs.page_url }}"
67+
run: |
68+
echo "Page URL: ${{ steps.deployment.outputs.page_url }}"

0 commit comments

Comments
 (0)