ci(generate): fix if
condition
This commit is contained in:
parent
b6383c8a4a
commit
f9cc1f513a
2
.github/workflows/generate.yml
vendored
2
.github/workflows/generate.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
|
||||
- name: Check Out Repository (Fork)
|
||||
uses: actions/checkout@v3
|
||||
if: "!${{ env.HAS_USERSTYLES_TOKEN }}"
|
||||
if: ${{ env.HAS_USERSTYLES_TOKEN }} == 'false'
|
||||
with:
|
||||
ref: ${{ github.ref }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user