try removing the username

This commit is contained in:
Vanessa Sochat
2019-02-01 13:14:46 -05:00
parent 6e218786a0
commit 56f51766be

View File

@@ -91,7 +91,7 @@ main () {
TITLE="Update container ${BRANCH}"
BODY="This is an automated pull request to update the container collection ${BRANCH}"
hub pull-request --base "${GITHUB_ACTOR}:${PULL_REQUEST_BRANCH}" --head "${GITHUB_ACTOR}:${BRANCH}" --message "${TITLE}\n\n${BODY}"
hub pull-request --base "${PULL_REQUEST_BRANCH}" --head "${BRANCH}" --message "${TITLE}\n\n${BODY}"
fi