Skip to content

Commit e41937a

Browse files
author
katiegoines
committed
testing looping
1 parent 74af8e9 commit e41937a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate_redirects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
return await invalidRedirects();
3030
- name: Fail if any invalid redirects have been found
3131
if: ${{ steps.redirects.outputs.result }}
32-
run: exit 1 && echo ${{ steps.redirects.outputs }}
32+
run: exit 1 && echo ${{ steps.redirects.outputs.result }}

0 commit comments

Comments
 (0)