From 632e1da539b236d08ebaf04dc682f9ba2d36e325 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Tue, 28 May 2024 22:38:12 +0200 Subject: [PATCH] Renamed to remove hyphen. --- .gitea/workflows/tryActions.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/tryActions.yaml b/.gitea/workflows/tryActions.yaml index a50f973..0c41a03 100644 --- a/.gitea/workflows/tryActions.yaml +++ b/.gitea/workflows/tryActions.yaml @@ -12,11 +12,11 @@ jobs: steps: - uses: actions/checkout@v4 - 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}} 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}}" - echo "Version found and result returned: ${{steps.version-up.outputs.current_version}}" + echo "Version found and result returned: ${{steps.versionup.outputs}}" + echo "Version found and result returned: ${{steps.versionup.outputs.current_version}}"