From bb39d93fbf5f04e559b77ad87e517dcb3a9e9652 Mon Sep 17 00:00:00 2001 From: Martin Below Date: Mon, 10 Jun 2024 10:26:33 +0200 Subject: [PATCH] ci config --- .gitea/workflows/default.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/default.yml b/.gitea/workflows/default.yml index 3431da7..dc672a6 100644 --- a/.gitea/workflows/default.yml +++ b/.gitea/workflows/default.yml @@ -18,7 +18,9 @@ jobs: steps: - name: debug - run: echo "username: ${{ gitea.actor }}, password: ${{ secrets.GITEA_TOKEN }}" + run: echo "username: ${{ gitea.actor }}" + - name: debug2 + run: echo "password: ${{ secrets.GITEA_TOKEN }}" - name: install netcat run: apt-get -y update ; apt -y install netcat-openbsd - name: install mariadb server