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 512b3d7 commit 7b14dfb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr_announcement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ jobs:
gh api graphql -f query='mutation {
addComment(input: {
subjectId: ${{ env.PR_ID }},
<<<<<<< HEAD
body: """${{ vars.PR_ANNOUNCEMENT }}"""}) {
=======
body: ${{ vars.PR_ANNOUNCEMENT }}}) {
>>>>>>> 3ba431e7 (Fix for the latest update of pr_announcement CI)

clientMutationId
}
Expand Down

0 comments on commit 7b14dfb

Please sign in to comment.