diff --git a/.github/workflows/readmechanged.yml b/.github/workflows/readmechanged.yml index efb10479..0587e661 100644 --- a/.github/workflows/readmechanged.yml +++ b/.github/workflows/readmechanged.yml @@ -13,6 +13,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GHP_README_WORKFLOW }} run: | - BODY='🤓 @willmcgugan @oleksis @Adilius README.md changed.' - DISCUSSIONID='MDEwOkRpc2N1c3Npb24zMzI2MjEw' + BODY='🤓 @willmcgugan @oleksis @Adilius README.md changed 📝' + DISCUSSIONID='MDEwOkRpc2N1c3Npb24zMzI2NzM0' gh api graphql -H 'GraphQL-Features: discussions_api' -f body="$BODY" -F discussionId="$DISCUSSIONID" -f query='mutation($body: String!, $discussionId: ID!){addDiscussionComment(input:{body: $body , discussionId: $discussionId}){comment{id}}}'