From 63fd41bf33377f9c756913bcbdd572231f4a24e3 Mon Sep 17 00:00:00 2001 From: Edoardo Pirovano Date: Fri, 22 Oct 2021 17:40:41 +0100 Subject: [PATCH] Fix syntax in a workflow --- .github/workflows/update-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 61d387d03f..44c5c1ec1f 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -7,7 +7,7 @@ jobs: update: name: Update dependencies runs-on: macos-latest - if: contains(github.event.pull_request.labels.*.name, 'Update dependencies') && ${{ github.event.pull_request.head.repo.full_name == 'github/codeql-action' }} + if: contains(github.event.pull_request.labels.*.name, 'Update dependencies') && (github.event.pull_request.head.repo.full_name == 'github/codeql-action') steps: - name: Checkout repository uses: actions/checkout@v2