Compare commits

..

4 Commits

Author SHA1 Message Date
22d0361afe Fixed install
Some checks failed
Build on push / prepare (push) Successful in 28s
Build on push / build (push) Successful in 33s
Build on push / test (push) Failing after 2s
2026-02-14 17:15:07 +01:00
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,16 +51,16 @@ jobs:
needs: build
container: git.sh-edraft.de/sh-edraft.de/act-runner:latest
steps:
- name: Install set-version tool
- name: Install package-cleanup tool
shell: bash
run: |
dotnet tool install \
--tool-path .tools \
package-cleanup \
sh.actions.package-cleanup \
--version 1.0.0 \
--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
run: |
./.tools/package-cleanup