Skip to content

Commit

Permalink
Typo in release issue workflow body template usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mal20k committed Dec 3, 2024
1 parent ed86cfc commit e9892f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ReleaseIssue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
pinned: true
close-previous: true
title: "RELEASE THREAD: ${{ steps.date.outputs.date }}"
body: ${{ steps.extract.output.body }}
body: ${{ steps.extract.outputs.body }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e9892f7

Please sign in to comment.