From 432bb04aa450fa322d0506fd05078d49eeafbca6 Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Mon, 21 Dec 2020 14:21:40 -0500 Subject: [PATCH] Reference specific commit --- .github/workflows/transifex.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/transifex.yml b/.github/workflows/transifex.yml index 628cdde44..e24b9d6ec 100644 --- a/.github/workflows/transifex.yml +++ b/.github/workflows/transifex.yml @@ -26,7 +26,7 @@ jobs: python -m pip install --upgrade pip pip install transifex-client - name: Create .transifexrc - uses: DamianReeves/write-file-action@v1 + uses: DamianReeves/write-file-action@e19fd875ed54f16fc583a3486e62547ce4a5dde8 with: path: ${{env.home}}/.transifexrc write-mode: overwrite