From 6817b35f91ec698cd68cac35e346fba111cb26f9 Mon Sep 17 00:00:00 2001 From: Stephen Griffin Date: Thu, 26 Dec 2024 10:08:19 -0500 Subject: [PATCH] Update UpdateWinget.yml --- .github/workflows/UpdateWinget.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/UpdateWinget.yml b/.github/workflows/UpdateWinget.yml index 2205d1977..3bf7fb758 100644 --- a/.github/workflows/UpdateWinget.yml +++ b/.github/workflows/UpdateWinget.yml @@ -1,7 +1,8 @@ # Publishes the latest MFCMAPI release to the Windows Package Manager (Winget) # https://github.com/microsoft/winget-create?tab=readme-ov-file name: Update Winget -run-name: Update Winget ${{ env.YEAR }} by @${{ github.actor }} ${{ env.YEAR }} ${{ env.YEAR }} +#run-name: Update Winget ${{ env.YEAR }} by @${{ github.actor }} ${{ env.YEAR }} ${{ env.YEAR }} +run-name: "${{ contains(github.head_ref, 'feature/') && 'Feature' || contains(github.head_ref, 'bugfix/') && 'Bugfix' || 'Update' }}: ${{ github.head_ref }} by @${{ github.actor }}" #$(Year:yy).0.$(date:yy)$(DayOfYear)$(rev:.rr) on: