real job name this time :3

This commit is contained in:
2026-02-28 20:19:12 -06:00
parent 6e36831db4
commit 51766a0a5b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
name: Build and Deploy API
run-name: "${CI_COMMIT_REF_NAME}: Deploy API"
run-name: "${{ gitea.event.head_commit.message }}: Deploy API"
on:
push:

View File

@@ -1,7 +1,7 @@
name: Build and Deploy Frontend
run-name: "${CI_COMMIT_REF_NAME}: Deploy Client"
run-name: "${{ gitea.event.head_commit.message }}: Deploy Client"
on:
push: