Merge pull request #29140 from woocommerce/fix/actions
Yoda conditions, you must not use.
This commit is contained in:
commit
8eea519654
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue