Furhter testing.
All checks were successful
Try out action / pre-commit Autoupdate (push) Successful in 22s
Lint / pre-commit Autoupdate (push) Successful in 52s

This commit is contained in:
2024-05-28 22:32:36 +02:00
parent 28d12a6ad0
commit 3c113fad9c

View File

@ -18,5 +18,6 @@ jobs:
with: with:
url-pattern: https://dl.gitea.com/act_runner/{{VERSION}}/act_runner-{{VERSION}}-linux-arm-7 url-pattern: https://dl.gitea.com/act_runner/{{VERSION}}/act_runner-{{VERSION}}-linux-arm-7
start-version: 0.1.1 start-version: 0.1.1
- run: 'echo Version found and result returned: "${{steps.version-up.outputs}}"' - run: |
- run: 'echo Version found and result returned: "${{steps.version-up.outputs.current_version}}"' echo "Version found and result returned: ${{steps.version-up.outputs}}"
echo "Version found and result returned: ${{steps.version-up.outputs.current_version}}"