Skip to content

Commit

Permalink
Fix for the latest update of pr_announcement CI
Browse files Browse the repository at this point in the history
Reference: f3f32d2
Signed-off-by: Jan Richter <[email protected]>
  • Loading branch information
richtja committed Jun 25, 2024
1 parent 4c0ef5a commit 512b3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_announcement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
gh api graphql -f query='mutation {
addComment(input: {
subjectId: ${{ env.PR_ID }},
body: """${{ env.PR_ANNOUNCEMENT }}"""}) {
body: """${{ vars.PR_ANNOUNCEMENT }}"""}) {
clientMutationId
}
Expand Down

0 comments on commit 512b3d7

Please sign in to comment.