Skip to content

Commit

Permalink
Update create-pull-request.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulMaddox authored Oct 29, 2019
1 parent c26ece8 commit b223ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate/create-pull-request.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ git add cloudformation/*
git add schema/*
git commit -m "${COMMIT_MSG}"

echo "ing changes..."
echo "Pushing changes..."
git remote add origin-push https://x-access-token:${GITHUB_TOKEN}@github.com/${SRC_REPO}.git > /dev/null 2>&1
git push --quiet --set-upstream origin-push ${REQUEST_BRANCH}

Expand Down

0 comments on commit b223ab1

Please sign in to comment.