From d02d467503dae72b5ca68f655e20ab22a490f7fb Mon Sep 17 00:00:00 2001 From: Martin Below Date: Mon, 10 Jun 2024 10:25:09 +0200 Subject: [PATCH] ci config --- .gitea/workflows/default.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/default.yml b/.gitea/workflows/default.yml index 966700d..01391ef 100644 --- a/.gitea/workflows/default.yml +++ b/.gitea/workflows/default.yml @@ -18,8 +18,7 @@ jobs: steps: - name: debug - run echo "username: ${{ gitea.actor }}" - run echo "password: ${{ secrets.GITEA_TOKEN }}" + run echo "username: ${{ gitea.actor }}, password: ${{ secrets.GITEA_TOKEN }}" - name: install netcat run: apt-get -y update ; apt -y install netcat-openbsd - name: install mariadb server