mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 22:31:06 +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
|
||||
|
||||
- name: Set node
|
||||
if: steps.verify-changed-files.outputs.files_changed != 'true'
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 16.x
|
||||
|
||||
- name: Push files
|
||||
if: steps.verify-changed-files.outputs.files_changed == 'true'
|
||||
env:
|
||||
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user