diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 2d80fe8..4887b24 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -37,5 +37,5 @@ jobs: - name: test run: | - echo ${{ env.REPO_AUTH_LOGIN }} - echi ${{ env.REPO_AUTH_PASSWORD }} \ No newline at end of file + echo "${{ env.REPO_AUTH_LOGIN }}" + echi "${{ env.REPO_AUTH_PASSWORD }}" \ No newline at end of file