Minor reformatting.
All checks were successful
Try out action / Try action (push) Successful in 17s
Lint / pre-commit Autoupdate (push) Successful in 53s

This commit is contained in:
2024-05-28 23:20:38 +02:00
parent 2b13c99af5
commit 8799a76b55
3 changed files with 2 additions and 18 deletions

View File

@ -19,17 +19,4 @@ jobs:
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.versionup.outputs.current_version}}
echo Output current_version is ${{steps.versionup.outputs.current_version}}
test-job:
runs-on: pi
steps:
- name: Set output
id: set-output
run: |
echo "::set-output name=current_version::1.2.3"
- name: Use output
run: |
echo "Output current_version is ${{steps.set-output.outputs.current_version}}"
echo "Output current_version is ${{current_version}}"