From 8300d88eb2de8629be7a0b6de70ff4f1d5a6d133 Mon Sep 17 00:00:00 2001 From: Sebastian Guaqueta Date: Fri, 13 Dec 2024 11:17:18 -0500 Subject: [PATCH] fix /branch name on test --- .github/workflows/devportal-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/devportal-update.yml b/.github/workflows/devportal-update.yml index c30a427..ca99277 100644 --- a/.github/workflows/devportal-update.yml +++ b/.github/workflows/devportal-update.yml @@ -71,4 +71,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":"Automated update of documentation","body":"This PR updates the Devportal documentation with the latest changes from the original repository.","head":"update-from-btc-solidity-helper","base":"main"}' \ No newline at end of file + -d '{"title":"Automated update of documentation","body":"This PR updates the Devportal documentation with the latest changes from the original repository.","head":"update-from-btc-transaction-solidity-helper","base":"main"}' \ No newline at end of file