From 1e12787469e462c6f1eb8a223e8e16164cf7076d Mon Sep 17 00:00:00 2001 From: a-lambda Date: Wed, 24 Jan 2024 16:37:52 +0100 Subject: [PATCH] delete spaces for push and github action test --- .github/workflows/rne.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/rne.yaml b/.github/workflows/rne.yaml index a067624..ab43d40 100644 --- a/.github/workflows/rne.yaml +++ b/.github/workflows/rne.yaml @@ -19,6 +19,4 @@ jobs: DB_USER: ${{ secrets.DB_USER }} DB_PASSWORD: ${{ secrets.DB_PASSWORD }} DB_PORT: ${{ secrets.DB_PORT }} - DB_NAME: ${{ secrets.DB_NAME }} - - \ No newline at end of file + DB_NAME: ${{ secrets.DB_NAME }} \ No newline at end of file