From ef081f1f139573a5c42eccf736f554a72365bac0 Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Mon, 19 Feb 2024 11:21:23 +0100 Subject: [PATCH] fix --- website/scripts/mkdocs_tx_commit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/scripts/mkdocs_tx_commit.sh b/website/scripts/mkdocs_tx_commit.sh index 45bceb23..1c61274a 100755 --- a/website/scripts/mkdocs_tx_commit.sh +++ b/website/scripts/mkdocs_tx_commit.sh @@ -22,7 +22,7 @@ if [[ $(git diff --exit-code mkdocs.yml) ]]; then git commit -m "Update mkdocs.yml translation" gh repo fork git push -u origin ${BRANCH} - gh pr create -B "${GITHUB_REF}" -H "upstream/${BRANCH}" --title 'Update mkdocs translations' --body 'run from mkdocs_tx' + gh pr create -B "${GITHUB_REF}" -H "${BRANCH}" --title 'Update mkdocs translations' --body 'run from mkdocs_tx' fi else echo "no change mkdocs.yml"