Skip to content

Commit

Permalink
Merge pull request #5972 from richtja/pr_announcement_update
Browse files Browse the repository at this point in the history
Fix for the latest update of pr_announcement CI
  • Loading branch information
richtja authored Jun 26, 2024
2 parents 782ca79 + 512b3d7 commit 4fcc8a6
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 4fcc8a6

Please sign in to comment.