Merge pull request #29140 from woocommerce/fix/actions

Yoda conditions, you must not use.
This commit is contained in:
Vedanshu Jain 2021-02-16 14:07:53 +05:30 committed by GitHub
commit 8eea519654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
- name: Add comment
uses: actions/github-script@v3
if: "woocommerce" == {{ github.repository_owner }}
if: github.repository_owner == 'woocommerce'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |