mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-30 20:24:25 +00:00
chore(ci): fallback to commit hash for build run-name
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -1,5 +1,5 @@
|
||||
name: Build
|
||||
run-name: "Build Release: ${{ inputs.flavor }}"
|
||||
run-name: "Build Release: ${{ inputs.flavor || github.sha }}"
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
Reference in New Issue
Block a user