From 8b11d8873c334433257b0acb18b848dc53f55a8e Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Sat, 11 Sep 2021 18:52:42 -0400 Subject: [PATCH] This doesn't work, need GraphQL API --- .github/workflows/ci-suite.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index 9524a6cc00..7d4dcaaf04 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -791,13 +791,6 @@ jobs: asset_name: ServerUpdatePackage.zip asset_content_type: application/zip - - name: Post Comment to Server Update Thread - uses: peter-evans/create-or-update-comment@v1 - with: - token: ${{ secrets.DEV_PUSH_TOKEN }} - issue-number: 1322 - body: \[tgstation-server-v${{ env.TGS_VERSION }}](${{ steps.create_release.outputs.html_url }}) released. - deploy-docker: name: Deploy TGS (Docker) needs: [deploy-tgs]