mirror of
https://github.com/trycua/computer.git
synced 2026-01-07 22:10:02 -06:00
fix yaml syntax
This commit is contained in:
2
.github/workflows/link-check.yml
vendored
2
.github/workflows/link-check.yml
vendored
@@ -102,7 +102,7 @@ jobs:
|
||||
} >> $GITHUB_ENV
|
||||
|
||||
- name: Send results to Slack
|
||||
if: always() && secrets.SLACK_WEBHOOK != ''
|
||||
if: ${{ always() && secrets.SLACK_WEBHOOK != '' }}
|
||||
uses: rtCamp/action-slack-notify@v2
|
||||
env:
|
||||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
|
||||
|
||||
Reference in New Issue
Block a user