diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e6faa9b..c61e625 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,11 +58,9 @@ jobs: # Make sure your committed .env.dist.testing file ends with a newline. # The formatting of the contents to include a blank newline is deliberate. - name: Define GitHub Secrets in .env.dist.testing - uses: DamianReeves/write-file-action@v1.3 - with: - path: .env.dist.testing - contents: | - + run: | + cat >> .env.dist.testing <