From aa4c39e994604f3cad2e56008d6955c5f5a5d1da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Mon, 16 Oct 2023 21:24:24 +0200 Subject: [PATCH] ci --- .gitea/workflows/demo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index d19d208..ca8a05b 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -6,6 +6,6 @@ jobs: print: runs-on: ubuntu-latest steps: - name: print secret - run: + - name: print secret + - run: | echo "The secret is ${{ test.secret }}"