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.
2 parents 0fcf870 + 4db6b6d commit 247da45Copy full SHA for 247da45
1 file changed
.github/workflows/seo-review.yml
@@ -40,6 +40,7 @@ jobs:
40
NODE_ENV: development
41
HUSKY: 0
42
ASTRO_TELEMETRY_DISABLED: 1
43
+ SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
44
steps:
45
- name: Checkout
46
uses: actions/checkout@v6
@@ -147,7 +148,7 @@ jobs:
147
148
echo "url=$ISSUE_URL" >> "$GITHUB_OUTPUT"
149
150
- name: Notify Slack
- if: github.event_name != 'pull_request' && secrets.SLACK_WEBHOOK_URL != ''
151
+ if: github.event_name != 'pull_request' && env.SLACK_WEBHOOK_URL != ''
152
env:
153
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
154
ISSUE_URL: ${{ steps.audit-issue.outputs.url }}
0 commit comments