]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Remove the pngx .env file for crowdin action
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sat, 2 Dec 2023 02:05:43 +0000 (18:05 -0800)
committershamoon <4887959+shamoon@users.noreply.github.com>
Sat, 2 Dec 2023 02:06:38 +0000 (18:06 -0800)
.github/workflows/crowdin.yml

index 39b4cbb4081ca36161a3de59ca45a886d2e4b0b5..d509787d510a025ae9ca7698f4750e521532d1d4 100644 (file)
@@ -17,10 +17,12 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-
     - name: Checkout
       uses: actions/checkout@v4
-
+    - name: Remove .env
+      run: |
+        rm -f \
+          .env
     - name: crowdin action
       uses: crowdin/github-action@v1
       with: