chore/gitea-act-runner #14

Closed
volker.raschek wants to merge 38 commits from chore/gitea-act-runner into master
Showing only changes of commit 208acd6d96 - Show all commits

View File

@ -16,7 +16,8 @@ jobs:
runs-on:
- ubuntu-latest
steps:
- run: |
- name: Install tooling
run: |
apk update
apk add git
- uses: actions/checkout@v4.2.2