diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0dfaea5c..ecfd974c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Close Pull Request - if: ${{!contains(github.event.head_commit.message, 'qaprodauth')}} + if: "!contains(github.event.head_commit.message, 'qaprodauth')" uses: superbrothers/close-pull-request@v3.0.0 with: comment: "This repository is no longer used for modules and navigation files changes. Please chek the repository [Readme](https://github.com/RedHatInsights/cloud-services-config/blob/ci-beta/README.md#exclamation-this-repo-is-no-longer-used-a-source-of-config-files-for-hcc-exclamation) details."