mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 22:13:36 +08:00
chore: fix push.yml (#2530)
This commit is contained in:
parent
abe6f520b4
commit
bdb138d42c
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -22,12 +22,12 @@ jobs:
|
|||||||
website/**/*.json
|
website/**/*.json
|
||||||
|
|
||||||
- name: Set node
|
- name: Set node
|
||||||
if: steps.verify-changed-files.outputs.files_changed != 'true'
|
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 16.x
|
||||||
|
|
||||||
- name: Push files
|
- name: Push files
|
||||||
|
if: steps.verify-changed-files.outputs.files_changed == 'true'
|
||||||
env:
|
env:
|
||||||
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
|
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user