Compare commits

..

1 Commits

Author SHA1 Message Date
104c538de9 Removed install version
Some checks failed
Build on push / prepare (push) Successful in 5s
Build on push / build (push) Failing after 30s
Build on push / test (push) Has been skipped
2026-02-14 17:17:27 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: [runner]
container: git.sh-edraft.de/sh-edraft.de/act-runner:latest
steps:
- uses: https://git.sh-edraft.de/sh-edraft.de/actions/set-version@dev
- uses: https://git.sh-edraft.de/sh-edraft.de/actions/set-version@v1
with:
version_suffix: dev
env:

View File

@@ -1,6 +1,6 @@
namespace sh.actions.package_cleanup.Service;
namespace sh.actions.package_cleanup;
public class GiteaPackageService : IGiteaPackageService
public class GiteaPackageService(IConfiguration configuration) : IGiteaPackageService
{
}