From 854f37dfdf82c8b6cdd374e78ae276332e0a46db Mon Sep 17 00:00:00 2001 From: digorgonzola <29941279+digorgonzola@users.noreply.github.com> Date: Sun, 10 Dec 2023 00:54:03 +1100 Subject: [PATCH] deploy-staging.yml: update release title --- .github/workflows/deploy-staging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index 5a8e37c..1158c77 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -193,7 +193,7 @@ jobs: id: create_draft_release uses: softprops/action-gh-release@v1 with: - name: Draft Release ${{ github.ref }} + name: Draft Release - PR \#${{ github.event.pull_request.number }} '${{ github.event.pull_request.title }}' body: | ## Info Commit ${{ github.sha }} was deployed to `staging`. [See code diff](${{ github.event.compare }}).