From bb7d36e4f7f73e7a8a4e530bef963666aac49795 Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Mon, 21 Dec 2020 13:51:48 -0500 Subject: [PATCH] Add version ref --- .github/workflows/transifex.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/transifex.yml b/.github/workflows/transifex.yml index 376bd73cd..a800b36f4 100644 --- a/.github/workflows/transifex.yml +++ b/.github/workflows/transifex.yml @@ -25,7 +25,7 @@ jobs: python -m pip install --upgrade pip pip install transifex-client - name: Create .transifexrc - uses: DamianReeves/write-file-action + uses: DamianReeves/write-file-action@v1 with: path: ${{env.home}}/.transifexrc write-mode: overwrite @@ -36,4 +36,4 @@ jobs: password = ${{secrets.TX_TOKEN}} username = api - name: Push source strings to Transifex - run: tx push --source --no-interactive \ No newline at end of file + run: tx push --source --no-interactive