]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
💚 Disable Gitter notification as it's currently broken (#1853)
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 8 Aug 2020 18:43:31 +0000 (20:43 +0200)
committerGitHub <noreply@github.com>
Sat, 8 Aug 2020 18:43:31 +0000 (20:43 +0200)
...no idea why yet. ðŸ˜”

.github/workflows/publish.yml

index 07f3f4dd50dffa380f93f48a8e0f6c3e0d6807fc..d5f4de4627a2debc8506929b6f8df45dd1a99358 100644 (file)
@@ -31,9 +31,9 @@ jobs:
         env:
           GITHUB_CONTEXT: ${{ toJson(github) }}
         run: echo "$GITHUB_CONTEXT"
-      - name: Notify
-        env:
-          GITTER_TOKEN: ${{ secrets.GITTER_TOKEN }}
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-          TAG: ${{ github.event.release.name }}
-        run: bash scripts/notify.sh
+      - name: Notify
+        env:
+          GITTER_TOKEN: ${{ secrets.GITTER_TOKEN }}
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+          TAG: ${{ github.event.release.name }}
+        run: bash scripts/notify.sh