Compare commits

..

3 Commits

Author SHA1 Message Date
008de6593c Refixed action
Some checks failed
Build on push / prepare (push) Successful in 27s
Build on push / build (push) Successful in 34s
Build on push / test (push) Failing after 2s
2026-02-14 17:13:07 +01:00
c6465b70d1 test local action
Some checks failed
Build on push / prepare (push) Failing after 1s
Build on push / build (push) Has been skipped
Build on push / test (push) Has been skipped
2026-02-14 17:09:05 +01:00
f3cff58707 Fixed tool install
Some checks failed
Build on push / prepare (push) Successful in 6s
Build on push / build (push) Failing after 5s
Build on push / test (push) Has been skipped
2026-02-14 16:58:03 +01:00

View File

@@ -51,7 +51,7 @@ jobs:
needs: build needs: build
container: git.sh-edraft.de/sh-edraft.de/act-runner:latest container: git.sh-edraft.de/sh-edraft.de/act-runner:latest
steps: steps:
- name: Install set-version tool - name: Install package-cleanup tool
shell: bash shell: bash
run: | run: |
dotnet tool install \ dotnet tool install \
@@ -60,7 +60,7 @@ jobs:
--version 1.0.0 \ --version 1.0.0 \
--add-source https://git.sh-edraft.de/api/packages/sh-edraft.de/nuget/index.json --add-source https://git.sh-edraft.de/api/packages/sh-edraft.de/nuget/index.json
- name: Run set-version - name: Run package-cleanup
shell: bash shell: bash
run: | run: |
./.tools/package-cleanup ./.tools/package-cleanup