Fix CI syntax
This commit is contained in:
parent
95a9c92769
commit
8d01767a42
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
@ -310,13 +310,14 @@ jobs:
|
|||||||
needs: [ build_linux, build_macos, build_windows, docs_check ]
|
needs: [ build_linux, build_macos, build_windows, docs_check ]
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Check user permission
|
- name: Check user permission
|
||||||
id: check
|
id: check
|
||||||
uses: scherermichael-oss/action-has-permission@1.0.6
|
uses: scherermichael-oss/action-has-permission@1.0.6
|
||||||
with:
|
with:
|
||||||
required-permission: write
|
required-permission: write
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Slack Notification
|
- name: Slack Notification
|
||||||
uses: lazy-actions/slatify@v3.0.0
|
uses: lazy-actions/slatify@v3.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user