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