Skip to content

Commit c1d2146

Browse files
authored
chore: use correct repo name in gh call (#71)
1 parent b26676b commit c1d2146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
git commit -m "chore: update BOOTSTRAP_VERSION to ${BOOTSTRAP_VERSION}"
5858
git remote set-url --push origin "https://keyman-server:${GITHUB_TOKEN}@github.com/keymanapp/$repo.git"
5959
git push -u origin update-bootstrap-version
60-
gh pr create --title "chore: update BOOTSTRAP_VERSION to ${BOOTSTRAP_VERSION}" --body "This PR updates the BOOTSTRAP_VERSION in build.sh to ${BOOTSTRAP_VERSION}." --repo "${PWD##*/}"
60+
gh pr create --title "chore: update BOOTSTRAP_VERSION to ${BOOTSTRAP_VERSION}" --body "This PR updates the BOOTSTRAP_VERSION in build.sh to ${BOOTSTRAP_VERSION}." --repo "keymanapp/${PWD##*/}"
6161
fi
6262
cd ..
6363
done

0 commit comments

Comments
 (0)