Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit dffdd96

Browse files
committed
fix: ci pipeline
1 parent a0e91bb commit dffdd96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
author_name: ${{ github.actor }}
4141
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took
4242
env:
43-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
43+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545

4646
- name: Check code with PHP Inshights

0 commit comments

Comments
 (0)