mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-29 12:14:41 +00:00
Fix job name in Slack report (#151794)
This commit is contained in:
4
.github/workflows/aglint.yml
vendored
4
.github/workflows/aglint.yml
vendored
@@ -56,10 +56,8 @@ jobs:
|
||||
with:
|
||||
status: failure
|
||||
fields: workflow, repo, message, commit, author, eventName, ref, job
|
||||
job_name: Run AGLint
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||
# Matrix is required if the fields contain job or took
|
||||
# See https://action-slack.netlify.app/usage/fields/
|
||||
MATRIX_CONTEXT: ${{ toJson(matrix) }}
|
||||
if: ${{ env.WORKFLOW_CONCLUSION == 'failure' }}
|
||||
|
||||
Reference in New Issue
Block a user