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: steps:
- name: Check Out Repository - name: Check Out Repository
uses: actions/checkout@v3 uses: actions/checkout@v3
if: ${{ env.HAS_USERSTYLES_TOKEN }} if: env.HAS_USERSTYLES_TOKEN
with: with:
token: ${{ secrets.USERSTYLES_TOKEN }} token: ${{ secrets.USERSTYLES_TOKEN }}
ref: ${{ github.ref }} ref: ${{ github.ref }}
- name: Check Out Repository (Fork) - name: Check Out Repository (Fork)
uses: actions/checkout@v3 uses: actions/checkout@v3
if: ${{ env.HAS_USERSTYLES_TOKEN }} == 'false' if: env.HAS_USERSTYLES_TOKEN == 'false'
with: with:
ref: ${{ github.ref }} ref: ${{ github.ref }}