Initiated the action. #1

Merged
Philipp merged 28 commits from philipp-patch-1 into main 2024-05-28 23:29:17 +02:00
Showing only changes of commit 3c113fad9c - Show all commits

View File

@ -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}}"