From 4e41c5ff2789b8228973d70d3546201fd90d88a2 Mon Sep 17 00:00:00 2001 From: Aris <64918822+Arisamiga@users.noreply.github.com> Date: Fri, 1 Sep 2023 21:13:02 +0100 Subject: [PATCH] Update makecheck.yml --- .github/workflows/makecheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makecheck.yml b/.github/workflows/makecheck.yml index f3a9ac9..fec3cb7 100644 --- a/.github/workflows/makecheck.yml +++ b/.github/workflows/makecheck.yml @@ -12,7 +12,7 @@ jobs: name: 📝 Make Build Check runs-on: ubuntu-latest # linux required if you want to use docker # Check if latest commit changed a .c file - if: 'contains(github.event.head_commit.modified, ".c") || contains(github.event.head_commit.modified, ".h")' + if: "contains(github.event.head_commit.modified, '.c') || contains(github.event.head_commit.modified, '.h')" container: image: walkero/docker4amigavbcc:latest-m68k volumes: