5
0
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:
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 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: |