Browse Source

[fix] fix github action data-update.yml

Alexandre Flament 4 years ago
parent
commit
966a7a1f25
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/data-update.yml

+ 1 - 1
.github/workflows/data-update.yml

@@ -7,7 +7,7 @@ jobs:
   updateData:
     name: Update data
     runs-on: ubuntu-20.04
-    if: env.DATA_PR_TOKEN != null
+    if: secrets.DATA_PR_TOKEN != null
     steps:
       - name: Checkout
         uses: actions/checkout@v2