fix: update workflow, ref: NOISSUE

This commit is contained in:
Simon Diesenreiter 2024-12-13 14:02:19 +01:00
parent 47e994d009
commit af39dafdd0

View File

@ -8,7 +8,6 @@ env:
on:
schedule:
- cron: '15 0 1-25 12 *'
- cron: '42 3 1-25 12 *'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
@ -26,7 +25,7 @@ jobs:
- name: Update inputs and publish
env:
SESSION_COOKIE: ${{ secrets.AOC_SESSION_COOKIE }}
run: |
run: |
dotnet run --project LevelInputUpdateRunner/LevelInputUpdateRunner.csproj
git config --global user.email "gitearobot@disi.dev"
git config --global user.name "Gitea Robot"