5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 12:00:07 +08:00

chore: fix push.yml (#2530)

This commit is contained in:
Misite Bao 2023-03-27 04:37:38 +08:00 committed by GitHub
parent abe6f520b4
commit bdb138d42c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |