ci(generate): github moment

https://github.com/actions/runner/issues/1173
This commit is contained in:
sgoudham 2023-09-03 14:14:19 +01:00
parent f9cc1f513a
commit d34e43b66b
No known key found for this signature in database
GPG Key ID: 44E818FD5457EEA4

View File

@ -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 }}