From ee8e3d848739c3f9ac93d103e5585d9c4bf3756e Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Mon, 22 Jan 2024 17:10:14 +0000 Subject: [PATCH] chore(ci): fixup hub deprecated command --- script/create-pr-to-update-pact-ruby-standalone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/create-pr-to-update-pact-ruby-standalone.sh b/script/create-pr-to-update-pact-ruby-standalone.sh index 50341b91..e05f1fae 100755 --- a/script/create-pr-to-update-pact-ruby-standalone.sh +++ b/script/create-pr-to-update-pact-ruby-standalone.sh @@ -22,6 +22,6 @@ git add standalone/install.ts git commit -m "${TYPE}: update standalone to ${STANDALONE_VERSION}" git push --set-upstream origin ${BRANCH_NAME} -hub pull-request --message "${TYPE}: update standalone to ${STANDALONE_VERSION}" +gh pr create --title "${TYPE}: update standalone to ${STANDALONE_VERSION}" --fill git checkout master