Skip to content

Commit

Permalink
ci(generate): github moment
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed Sep 3, 2023
1 parent f9cc1f5 commit d34e43b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit d34e43b

Please sign in to comment.