Files
version-up-action/.gitea/workflows/tryActions.yaml
Philipp Horstenkamp 28d12a6ad0
All checks were successful
Try out action / pre-commit Autoupdate (push) Successful in 23s
Lint / pre-commit Autoupdate (push) Successful in 52s
Trying to reformatte for output resutls.
2024-05-28 22:29:24 +02:00

23 lines
735 B
YAML

name: Try out action
on:
push:
jobs:
auto-update:
name: pre-commit Autoupdate
runs-on: python
env:
SPECIFIC_BRANCH: chore/update-pre-commit
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- run: echo Current branch ${{github.ref_name}}
- name: version-up
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}}"'
- run: 'echo Version found and result returned: "${{steps.version-up.outputs.current_version}}"'