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 caaa957 commit 7e531e5Copy full SHA for 7e531e5
deploy.sh
@@ -179,7 +179,7 @@ commit+push() {
179
180
if [ $github_action = true ]; then
181
disable_expanded_output
182
- remote_repo="https://${GITHUB_ACTOR}:${GH_TOKEN}@github.com/${REPOSITORY}.git"
+ remote_repo="https://${GITHUB_ACTOR}:${GH_TOKEN}@github.com/CompanyMood/api-documentation.git"
183
#--quiet is important here to avoid outputting the repo URL, which may contain a secret token
184
git remote add ghpages $remote_repo
185
git push ghpages $deploy_branch --quiet
0 commit comments