From 6d1c7feae01002edddbea620d4234cb6d5d816e2 Mon Sep 17 00:00:00 2001 From: spiral Date: Sun, 28 Nov 2021 16:45:46 -0500 Subject: [PATCH] fix yaml --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index bab29237..d6e1a0e4 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -27,4 +27,4 @@ jobs: ghcr.io/xske/pluralkit:latest cache-from: type=registry,ref=ghcr.io/xske/pluralkit:${{ env.BRANCH_NAME }} cache-to: type=inline - - run: curl https://api-beta.pluralkit.me/v1/update -H "Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}" \ No newline at end of file + - run: "curl https://api-beta.pluralkit.me/v1/update -H 'Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}'" \ No newline at end of file