Skip to content

Commit

Permalink
feat: Add a reference to the commit that triggered the update (#71)
Browse files Browse the repository at this point in the history
This makes it much easier when approving the deployment commits
  • Loading branch information
nhhagen authored Apr 26, 2024
1 parent 15a3d27 commit e5248cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update-infrastructure-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ jobs:
branch: ${{ steps.set-branch-name.outputs.BRANCH }}
delete-branch: true
body: |
- Auto-generated by [create-pull-request][1]
Changes from ${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }}
${{ github.event.head_commit.message }}
[1]: https://github.com/peter-evans/create-pull-request
labels: |
automated pr
Expand Down

0 comments on commit e5248cf

Please sign in to comment.