From 8a2e809ab84ca0f63b163fb4da0f9f40a0a0b3ec Mon Sep 17 00:00:00 2001 From: Panto! Date: Sat, 6 Jan 2024 08:58:29 -0300 Subject: [PATCH] feat: add run-name for custom builds --- .github/workflows/custom-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/custom-build.yml b/.github/workflows/custom-build.yml index 1340d18..6ef23e8 100644 --- a/.github/workflows/custom-build.yml +++ b/.github/workflows/custom-build.yml @@ -50,6 +50,7 @@ on: default: "master" type: string +run-name: 🔨 Custom Build - ${{ inputs.versionName }} by @${{ github.actor }} jobs: linux-builder: