From 952eb1176f37a1accb783f3bfbb973896e369604 Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Fri, 13 Oct 2023 23:00:24 -0600 Subject: [PATCH] =?UTF-8?q?fix:=20maybe=20this=20was=20correct=20the=20fir?= =?UTF-8?q?st=20time=20=F0=9F=A4=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 41736ebe..c44bd6e3 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -14,7 +14,7 @@ jobs: uses: lewagon/wait-on-check-action@master with: ref: ${{ github.ref }} - running-workflow-name: 'TypeScript Build' + check-name: build repo-token: ${{ secrets.GH_TOKEN }} allowed-conclusions: success - name: Set short commit hash as environment variable