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 =