Skip to content

Commit

Permalink
Merge pull request #277 from rsksmart/testDevportalAutoImp
Browse files Browse the repository at this point in the history
fix/body format correct
  • Loading branch information
SebasGuaquetaRSK authored Dec 18, 2024
2 parents a909024 + 79fcdce commit 3138fb7
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 3138fb7

Please sign in to comment.