diff --git a/.gitea/workflows/tryActions.yaml b/.gitea/workflows/tryActions.yaml index 0c41a03..71b074c 100644 --- a/.gitea/workflows/tryActions.yaml +++ b/.gitea/workflows/tryActions.yaml @@ -4,9 +4,9 @@ on: push: jobs: - auto-update: - name: pre-commit Autoupdate - runs-on: python + try-actions: + name: Try action + runs-on: pi env: SPECIFIC_BRANCH: chore/update-pre-commit steps: @@ -18,5 +18,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}}" echo "Version found and result returned: ${{steps.versionup.outputs.current_version}}"