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 f5d381f commit 113bf93Copy full SHA for 113bf93
.github/workflows/release.yml
@@ -29,6 +29,7 @@ jobs:
29
if: ${{ steps.wiki_confirm_no_changes.outcome == 'failure' }}
30
run: npm run scrape-wiki
31
- name: Format the output with StyLua
32
+ if: ${{ steps.wiki_confirm_no_changes.outcome == 'failure' }}
33
uses: JohnnyMorganz/stylua-action@v2
34
with:
35
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments