From ff3443fe42e9ad03e0604e50b0ae53f27ac2faac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Wed, 17 Nov 2021 16:54:41 +0100 Subject: [PATCH] Use single quotes in action job (#10579) --- .github/workflows/probot-auto-cc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/probot-auto-cc.yml b/.github/workflows/probot-auto-cc.yml index a6d75ad175..5c6de911cd 100644 --- a/.github/workflows/probot-auto-cc.yml +++ b/.github/workflows/probot-auto-cc.yml @@ -9,7 +9,7 @@ on: jobs: auto-cc: runs-on: ubuntu-latest - if: github.event_name == "issue" || github.event.pull_request.draft == false + if: github.event_name == 'issue' || github.event.pull_request.draft == false steps: - uses: carmocca/probot@v1 env: