chore(ci): remove reference to non-existing step
This commit is contained in:
@@ -293,7 +293,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Discord notification
|
- name: Discord notification
|
||||||
uses: sarisia/actions-status-discord@eb045afee445dc055c18d3d90bd0f244fd062708 # v1.16.0
|
uses: sarisia/actions-status-discord@eb045afee445dc055c18d3d90bd0f244fd062708 # v1.16.0
|
||||||
if: steps.check.outputs.permitted == 'true' && ( github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false)
|
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false
|
||||||
with:
|
with:
|
||||||
color: '#00FF00' # green
|
color: '#00FF00' # green
|
||||||
title: Test Completed!
|
title: Test Completed!
|
||||||
|
|||||||
Reference in New Issue
Block a user