From 6cc8a5dad0250fc34f5a90436c69f2f913167e38 Mon Sep 17 00:00:00 2001 From: Niko Kangas Date: Wed, 5 Aug 2026 14:57:05 +0200 Subject: [PATCH] testing --- .gitea/workflows/second.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/second.yaml b/.gitea/workflows/second.yaml index 15638b9..a3ed0ae 100644 --- a/.gitea/workflows/second.yaml +++ b/.gitea/workflows/second.yaml @@ -4,5 +4,8 @@ jobs: print-variables_asd: runs-on: ubuntu-latest steps: - - run: echo ${{secrets.SECRET1}} - - run: echo ${{variables.VARIABLE1}} + - run: + if secrets.SECRET1; then + echo 'secret is here' + exit 0 + - run: echo ${{vars.VARIABLE1}}