mirror of
https://github.com/tcgdex/compiler.git
synced 2025-04-22 02:32:10 +00:00
Fixed to many =
This commit is contained in:
parent
be61e4c747
commit
4bb9cc3a7a
4
.github/workflows/node.js.yml
vendored
4
.github/workflows/node.js.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
||||
|
||||
- name: Push changes
|
||||
uses: ad-m/github-push-action@master
|
||||
if: ${{ steps.commit.outcome === 'success' && (github.event_name == 'push' || github.event_name == 'repository_dispatch') }}
|
||||
if: ${{ steps.commit.outcome == 'success' && (github.event_name == 'push' || github.event_name == 'repository_dispatch') }}
|
||||
with:
|
||||
github_token: ${{ secrets.PUSH_TOKEN }}
|
||||
directory: ./dist
|
||||
@ -69,7 +69,7 @@ jobs:
|
||||
|
||||
- name: Upload
|
||||
run: yarn upload
|
||||
if: ${{ steps.commit.outcome === 'success' && (github.event_name == 'push' || github.event_name == 'repository_dispatch') }}
|
||||
if: ${{ steps.commit.outcome == 'success' && (github.event_name == 'push' || github.event_name == 'repository_dispatch') }}
|
||||
env:
|
||||
UPLOAD_REMOTE: ${{ secrets.UPLOAD_REMOTE }}
|
||||
UPLOAD_DIST: ${{ secrets.UPLOAD_DIST }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user