We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fab312 commit 0fc356aCopy full SHA for 0fc356a
1 file changed
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
"facts": [
25
{"name": "Repository", "value": "${{ github.repository }}"},
26
{"name": "Branch", "value": "${{ github.event.pull_request.head.ref }} → ${{ github.event.pull_request.base.ref }}"},
27
- {"name": "Entwurf", "value": "${{ github.event.pull_request.draft }}"}
+ {"name": "Beschreibung", "value": "${{ github.event.pull_request.body }}"}
28
],
29
"markdown": true
30
}],
0 commit comments