From cca304d35a9d98e7302f11059a0c6c4ede2631bc Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Tue, 28 May 2024 23:15:27 +0200 Subject: [PATCH] Added another test. --- .gitea/workflows/tryActions.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/tryActions.yaml b/.gitea/workflows/tryActions.yaml index f2b2cf7..04248f7 100644 --- a/.gitea/workflows/tryActions.yaml +++ b/.gitea/workflows/tryActions.yaml @@ -20,6 +20,7 @@ jobs: - run: | echo "Version found and result returned: ${{steps.versionup.outputs.current_version}}" echo "Output current_version is ${{steps.versionup.outputs.current_version}}" + echo "Output current_version is ${{current_version}}" test-job: runs-on: pi