Skip to content

Commit

Permalink
deploy-staging.yml: update release title
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Dec 9, 2023
1 parent fec3db5 commit 854f37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}).
Expand Down

0 comments on commit 854f37d

Please sign in to comment.