Skip to content

Commit

Permalink
Update UpdateWinget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenegriffin authored Dec 26, 2024
1 parent ada9133 commit f988901
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/UpdateWinget.yml
Original file line number Diff line number Diff line change
@@ -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 ${{ inputs.deploy_target }} by @${{ github.actor }} $(Year:yy).0.$(date:yy)$(DayOfYear)$(rev:.rr)
run-name: Update Winget ${{ env.YEAR }} by @${{ github.actor }} ${{ env.YEAR }} ${{ env.YEAR }}
#$(Year:yy).0.$(date:yy)$(DayOfYear)$(rev:.rr)

on:
workflow_dispatch:
Expand Down

0 comments on commit f988901

Please sign in to comment.