Skip to content

Commit

Permalink
Merge pull request #23 from rsksmart/devPortAutImp
Browse files Browse the repository at this point in the history
fix/ body structure in PR creation
  • Loading branch information
ivegabr authored Jan 3, 2025
2 parents a112045 + 12b1689 commit 26528ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devportal-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,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":"Rootstock-foundry-starterkit automated update of documentation ${TIMESTAMP}","body":"This PR updates the Devportal documentation with the latest changes from the original repository.","head":"${BRANCH_NAME}","base":"main"}'
-d "{\"title\":\"Rootstock-foundry-starterkit automated update of documentation ${TIMESTAMP}\",\"body\":\"This PR updates the Devportal documentation with the latest changes from the original repository.\",\"head\":\"${BRANCH_NAME}\",\"base\":\"main\"}"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ The result should look like this:
## Final Comments
You can explore the folders and files within the starter kit and customize the kit to suit your project’s needs. Additionally, you can learn how to import `.env` variables for deploying smart contracts, test smart contracts with solidity, etc.
You can explore the folders and files within the starter kit and customize the kit to suit your project’s needs. You can also learn how to import `.env` variables for deploying smart contracts, test smart contracts with solidity, etc.

0 comments on commit 26528ab

Please sign in to comment.