From bdb138d42cad9b2fe9f3dffcb448dc5b06946fc4 Mon Sep 17 00:00:00 2001 From: Misite Bao Date: Mon, 27 Mar 2023 04:37:38 +0800 Subject: [PATCH] chore: fix push.yml (#2530) --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 916148e44..d5382f3c3 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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: |