Renamed to remove hyphen.
This commit is contained in:
parent
883ab304e4
commit
632e1da539
@ -12,11 +12,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: echo Current branch ${{github.ref_name}}
|
- run: echo Current branch ${{github.ref_name}}
|
||||||
- name: version-up
|
- name: versionup
|
||||||
uses: https://git.horstenkamp.eu/Philipp/version-up-action.git@${{github.ref_name}}
|
uses: https://git.horstenkamp.eu/Philipp/version-up-action.git@${{github.ref_name}}
|
||||||
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: |
|
- run: |
|
||||||
echo "Version found and result returned: ${{steps.version-up.outputs}}"
|
echo "Version found and result returned: ${{steps.versionup.outputs}}"
|
||||||
echo "Version found and result returned: ${{steps.version-up.outputs.current_version}}"
|
echo "Version found and result returned: ${{steps.versionup.outputs.current_version}}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user