From 8df0c1e3247a983ade8935a997e94e3875d0fcdd Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Thu, 30 Jul 2020 16:49:55 -0400 Subject: [PATCH] Remove extraneous '}' --- .github/workflows/ci-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index 21d1607dc6..6262e37ff4 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -108,7 +108,7 @@ jobs: echo "" > .nojekyll git add --all git commit -m "Deploy code docs to GitHub Pages for workflow run ${{ github.run_number }}" -m "Commit: ${{ github.event.head_commit.id }}" - git push -f "https://${{ secrets.GITHUB_TOKEN }}}@github.com/tgstation/tgstation-server" 2>&1 | /dev/null + git push -f "https://${{ secrets.GITHUB_TOKEN }}@github.com/tgstation/tgstation-server" 2>&1 | /dev/null docker-build: name: Build Docker Image