Explorar el Código

Fix guest accounts CI setup attempt 3

Zed hace 2 años
padre
commit
58e73a14c5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/run-tests.yml

+ 1 - 1
.github/workflows/run-tests.yml

@@ -47,7 +47,7 @@ jobs:
           sed -i 's/enableDebug = false/enableDebug = true/g' nitter.conf
           nimble md
           nimble scss
-          echo "${{ env.GUEST_ACCOUNTS }}" > ./guest_accounts.jsonl
+          echo "${{ vars.GUEST_ACCOUNTS }}" > ./guest_accounts.jsonl
       - name: Run tests
         run: |
           ./nitter &