Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
altergui committed Aug 30, 2024
1 parent 6bb8d31 commit bd7c043
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ jobs:
uses: marocchino/sticky-pull-request-comment@v2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
header: "This PR introduces the following changes in the developer-portal documentation:"
header: diff
message: |
This PR introduces the following changes in the developer-portal documentation:"
```diff
${{ steps.diff.outputs.stdout }}
```
Expand Down

0 comments on commit bd7c043

Please sign in to comment.