From 9abc3758fc8db8380abe0d14bfaf6c53b62bfbd1 Mon Sep 17 00:00:00 2001 From: Jon Manning Date: Thu, 23 Dec 2021 23:36:39 +1100 Subject: [PATCH] Slightly nicer PR body in DLL upgrade PRs --- .github/workflows/update_dlls.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_dlls.yml b/.github/workflows/update_dlls.yml index 9b8ab74d..aa27e727 100644 --- a/.github/workflows/update_dlls.yml +++ b/.github/workflows/update_dlls.yml @@ -76,7 +76,7 @@ jobs: branch: update-dlls title: Update Yarn Spinner DLLs to latest (${{ steps.gitversion.outputs.shortSha }}) body: | - This is an automated PR made by ${{ github.actor }} that updates the precompiled Yarn Spinner DLLs (and their dependencies) to YarnSpinnerTool/YarnSpinner@${{ steps.gitversion.outputs.shortSha }} (${{ steps.gitversion.outputs.semVer }}). + This is an automated PR made by @${{ github.actor }} that updates the precompiled Yarn Spinner DLLs (and their dependencies) to YarnSpinnerTool/YarnSpinner@${{ steps.gitversion.outputs.shortSha }} (v${{ steps.gitversion.outputs.fullSemVer }}).