From da0b0169e93708094b55fb0765cb85fe5e295a58 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 15 Aug 2021 14:04:57 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix=20indentation=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 111e9bae..7d946969 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -12,7 +12,7 @@ env: jobs: build-and-push-image: runs-on: ubuntu-latest - if: "!contains(github.event.head_commit.message, '[ci-skip]')" + if: "!contains(github.event.head_commit.message, '[ci-skip]')" permissions: contents: read packages: write