fix: update workflow, ref: NOISSUE

This commit is contained in:
Simon Diesenreiter 2024-12-13 14:02:19 +01:00
parent 503a1360e4
commit 68cb1c3458

View File

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