Skip to content

Commit b29b5d0

Browse files
committed
ci: correct yaml formatting
1 parent 6364016 commit b29b5d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/archive-new-urls.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@ jobs:
5454
if: steps.url-check.outputs.has_new_urls == 'true'
5555
uses: JamieMagee/[email protected]
5656
with:
57-
url: ${{ steps.url-check.outputs.urls }}
57+
url: |-
58+
${{ steps.url-check.outputs.urls }}

0 commit comments

Comments
 (0)