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