mirror of https://github.com/tiangolo/fastapi.git
💚 Disable Gitter notification as it's currently broken (#1853)
...no idea why yet. 😔
This commit is contained in:
parent
79e08a2541
commit
4ad7c55618
|
|
@ -31,9 +31,9 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
GITHUB_CONTEXT: ${{ toJson(github) }}
|
||||||
run: echo "$GITHUB_CONTEXT"
|
run: echo "$GITHUB_CONTEXT"
|
||||||
- name: Notify
|
# - name: Notify
|
||||||
env:
|
# env:
|
||||||
GITTER_TOKEN: ${{ secrets.GITTER_TOKEN }}
|
# GITTER_TOKEN: ${{ secrets.GITTER_TOKEN }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
TAG: ${{ github.event.release.name }}
|
# TAG: ${{ github.event.release.name }}
|
||||||
run: bash scripts/notify.sh
|
# run: bash scripts/notify.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue