|
@@ -50,7 +50,7 @@ jobs:
|
|
uses: 8398a7/action-slack@v3
|
|
uses: 8398a7/action-slack@v3
|
|
with:
|
|
with:
|
|
status: ${{ job.status }}
|
|
status: ${{ job.status }}
|
|
- fields: repo,message,author,action,eventName,ref
|
|
|
|
|
|
+ fields: repo,message,author,action,ref,eventName
|
|
env:
|
|
env:
|
|
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
|
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
|
if: always()
|
|
if: always()
|