Skip to content

Commit 0fc356a

Browse files
authored
Update main.yml
1 parent 9fab312 commit 0fc356a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
"facts": [
2525
{"name": "Repository", "value": "${{ github.repository }}"},
2626
{"name": "Branch", "value": "${{ github.event.pull_request.head.ref }} → ${{ github.event.pull_request.base.ref }}"},
27-
{"name": "Entwurf", "value": "${{ github.event.pull_request.draft }}"}
27+
{"name": "Beschreibung", "value": "${{ github.event.pull_request.body }}"}
2828
],
2929
"markdown": true
3030
}],

0 commit comments

Comments
 (0)