Tweaks for build run name
All checks were successful
Build / Build (push) Successful in 48s

This commit is contained in:
Deukhoofd 2025-05-24 17:30:19 +02:00
parent f4d5ad4e2a
commit c1a7b806b1
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F

View File

@ -1,5 +1,5 @@
name: Build name: Build
run-name: Build for ${{ gitea.actor }} run-name: Build ${{ github.event.repository.name }} for ${{ github.actor }}
on: [ push, pull_request ] on: [ push, pull_request ]
env: env:
HUSKY: 0 HUSKY: 0