We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce1152c commit 7344b42Copy full SHA for 7344b42
Scripts/run_prep.sh
@@ -68,6 +68,10 @@ function do_stuff {
68
}
69
70
function push_changes {
71
+ pwd
72
+ hub version
73
+ whereis hub
74
+
75
git config user.email "[email protected]"
76
git config user.name "${GITHUB_USER}"
77
git add --all
@@ -97,10 +101,6 @@ END
97
101
98
102
git push -f https://${GITHUB_TOKEN}@github.com/${REPO_SLUG} ${AUTOBRANCH}
99
103
100
- # Check hub installation
- pwd
- hub version
- whereis hub
104
PR_URL=$(hub pull-request -b ${BRANCH} -h ${AUTOBRANCH} -m "${MESSAGE}")
105
echo -e "${COLOR_CYAN}ATTENTION:${COLOR_RESET} review and merge ${COLOR_CYAN}${PR_URL}${COLOR_RESET}"
106
echo "then to release to cocoapods use Git action's Trigger build with the following payload:"
0 commit comments