[CI] Update

This commit is contained in:
2026-01-02 07:21:57 +01:00
parent 9a19639d10
commit f622e2be55
2 changed files with 2 additions and 4 deletions

View File

@@ -10,8 +10,6 @@ jobs:
steps:
- name: Set up Git repository
uses: actions/checkout@v6
with:
ref: ${{ gitea.head_ref }}
- name: Run build
run: ./build.sh
- name: Upload compiled helpers
@@ -21,3 +19,4 @@ jobs:
commit_user_name: Helpers compiler [bot]
commit_user_email: actions@janishutz.com
commit_author: Helpers compiler [bot] <actions@janishutz.com>
push_options: "--force"