We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74af8e9 commit e41937aCopy full SHA for e41937a
.github/workflows/validate_redirects.yml
@@ -29,4 +29,4 @@ jobs:
29
return await invalidRedirects();
30
- name: Fail if any invalid redirects have been found
31
if: ${{ steps.redirects.outputs.result }}
32
- run: exit 1 && echo ${{ steps.redirects.outputs }}
+ run: exit 1 && echo ${{ steps.redirects.outputs.result }}
0 commit comments