Skip to content

Commit

Permalink
fix/body format correct
Browse files Browse the repository at this point in the history
  • Loading branch information
SebasGuaquetaRSK committed Dec 18, 2024
1 parent 8e457f6 commit 79fcdce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devportal-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,4 +262,4 @@ jobs:
-H "Authorization: Bearer ${{ secrets.DEVPORTAL_DOCS_UPDATE_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/rsksmart/devportal/pulls \
-d '{"title":"Rif-relay automated update of documentation ${BRANCH_NAME}","body":"This PR updates the Devportal documentation with the latest changes from the original repository.","head":"${BRANCH_NAME}","base":"main"}'
-d "{\"title\":\"Rif-relay automated update of documentation ${BRANCH_NAME}\",\"body\":\"This PR updates the Devportal documentation with the latest changes from the original repository.\",\"head\":\"${BRANCH_NAME}\",\"base\":\"main\"}"

0 comments on commit 79fcdce

Please sign in to comment.