ci(generate): github moment
https://github.com/actions/runner/issues/1173
This commit is contained in:
parent
f9cc1f513a
commit
d34e43b66b
4
.github/workflows/generate.yml
vendored
4
.github/workflows/generate.yml
vendored
@ -22,14 +22,14 @@ jobs:
|
||||
steps:
|
||||
- name: Check Out Repository
|
||||
uses: actions/checkout@v3
|
||||
if: ${{ env.HAS_USERSTYLES_TOKEN }}
|
||||
if: env.HAS_USERSTYLES_TOKEN
|
||||
with:
|
||||
token: ${{ secrets.USERSTYLES_TOKEN }}
|
||||
ref: ${{ github.ref }}
|
||||
|
||||
- name: Check Out Repository (Fork)
|
||||
uses: actions/checkout@v3
|
||||
if: ${{ env.HAS_USERSTYLES_TOKEN }} == 'false'
|
||||
if: env.HAS_USERSTYLES_TOKEN == 'false'
|
||||
with:
|
||||
ref: ${{ github.ref }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user