chore(ci): fallback to commit hash for build run-name

This commit is contained in:
Jagandeep Brar
2023-04-05 11:30:08 -04:00
parent a15d09b455
commit a44ec79b3d

View File

@@ -1,5 +1,5 @@
name: Build name: Build
run-name: "Build Release: ${{ inputs.flavor }}" run-name: "Build Release: ${{ inputs.flavor || github.sha }}"
on: on:
push: push: