real job name this time :3
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user