Try to get the Github Actions to register as a Status check
This commit is contained in:
parent
281287c8f4
commit
780ac95d06
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -95,6 +95,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Create status check
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user