ci(generate): fix if condition

This commit is contained in:
sgoudham 2023-09-03 14:05:34 +01:00
parent b6383c8a4a
commit f9cc1f513a
No known key found for this signature in database
GPG Key ID: 44E818FD5457EEA4

View File

@ -29,7 +29,7 @@ jobs:
- name: Check Out Repository (Fork) - name: Check Out Repository (Fork)
uses: actions/checkout@v3 uses: actions/checkout@v3
if: "!${{ env.HAS_USERSTYLES_TOKEN }}" if: ${{ env.HAS_USERSTYLES_TOKEN }} == 'false'
with: with:
ref: ${{ github.ref }} ref: ${{ github.ref }}