ci(prettier): fix token ternary
This commit is contained in:
parent
fae1cb9163
commit
3f6d35892b
2
.github/workflows/format.yml
vendored
2
.github/workflows/format.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
with:
|
||||
# using the USERSTYLES_TOKEN for main (branch protection),
|
||||
# and general github.token for PRs
|
||||
token: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && secrets.USERSTYLES_TOKEN || github.token }}}
|
||||
token: ${{ github.ref == 'refs/heads/main' && secrets.USERSTYLES_TOKEN || github.token }}
|
||||
|
||||
- name: Run prettier
|
||||
uses: actionsx/prettier@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user