feat(inputs): add current inputs, ref: NOISSUE

This commit is contained in:
Simon Diesenreiter
2024-12-03 14:07:28 +01:00
parent 01f7679e32
commit ac83eb7786
2 changed files with 7 additions and 1 deletions

View File

@@ -26,6 +26,6 @@ jobs:
SESSION_COOKIE: ${{ secrets.AOC_SESSION_COOKIE }}
run: |
dotnet run --project LevelInputUpdateRunner/LevelInputUpdateRunner.csproj
git add ./LevelInputProvider/input/*
git add LevelInputProvider/inputs/*
git commit -m "feat(inputs): add current inputs, ref: NOISSUE"
make release