From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 2 Dec 2023 02:05:43 +0000 (-0800) Subject: Remove the pngx .env file for crowdin action X-Git-Tag: v2.1.0~1^2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20f27fe32ffe144813d6c69e3326bf230a2da52a;p=thirdparty%2Fpaperless-ngx.git Remove the pngx .env file for crowdin action --- diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 39b4cbb408..d509787d51 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -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: