Skip to content

Commit

Permalink
Populate changelog commit with description too
Browse files Browse the repository at this point in the history
No reason why the commit itself shouldn't also include the full changes generated by the dotnet-file sync operation
  • Loading branch information
kzu committed Feb 26, 2021
1 parent a4c3e95 commit e977ded
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
base: main
branch: dotnet-file-sync
commit-message: 🔄 dotnet-file sync

${{ env.CHANGES }}
title: "🔄 dotnet-file sync"
body: ${{ env.CHANGES }}
token: ${{ env.GH_TOKEN }}

0 comments on commit e977ded

Please sign in to comment.