use 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

This commit is contained in:
2026-02-14 17:17:27 +01:00
parent 22d0361afe
commit a06557dc48
3 changed files with 13 additions and 2 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@v1
- uses: ./actions/set-version
with:
version_suffix: dev
env:
@@ -57,7 +57,6 @@ jobs:
dotnet tool install \
--tool-path .tools \
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 package-cleanup

View File

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

View File

@@ -0,0 +1,6 @@
namespace sh.actions.package_cleanup.Service;
public interface IGiteaPackageService
{
}