From 1336d3b920be32069fbd3310b6a2bfa38e0ede0a Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Sun, 29 May 2022 13:14:12 -0400 Subject: [PATCH] Double quotes --- .github/workflows/troubleshooting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/troubleshooting.yml b/.github/workflows/troubleshooting.yml index ddef6ed..f4f55a2 100644 --- a/.github/workflows/troubleshooting.yml +++ b/.github/workflows/troubleshooting.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: 'actions/github-script@v6' - if: '${{ github.event.label_name == "bug" }}' + if: "${{ github.event.label_name == 'bug' }}" with: script: |- const msg =