diff --git a/.gitea/workflows/tryActions.yaml b/.gitea/workflows/tryActions.yaml index 96fd8bd..a8a697f 100644 --- a/.gitea/workflows/tryActions.yaml +++ b/.gitea/workflows/tryActions.yaml @@ -18,5 +18,6 @@ jobs: with: url-pattern: https://dl.gitea.com/act_runner/{{VERSION}}/act_runner-{{VERSION}}-linux-arm-7 start-version: 0.1.1 - - run: 'echo Version found and result returned: "${{steps.version-up.outputs}}"' - - run: 'echo Version found and result returned: "${{steps.version-up.outputs.current_version}}"' + - run: | + echo "Version found and result returned: ${{steps.version-up.outputs}}" + echo "Version found and result returned: ${{steps.version-up.outputs.current_version}}"