From 4a8b510f908b6fb959d1fc7b5f9de5a76794efc5 Mon Sep 17 00:00:00 2001 From: Vanessa Sochat Date: Fri, 1 Feb 2019 13:09:00 -0500 Subject: [PATCH] need to chdir togithub workspace --- pull-request.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pull-request.sh b/pull-request.sh index 7fae6fb..38b1b68 100755 --- a/pull-request.sh +++ b/pull-request.sh @@ -83,6 +83,11 @@ main () { # Ensure we have a GitHub token check_credentials + # Change to the GitHub repository + cd ${GITHUB_WORKSPACE} + echo "Present working directory with Git Workspace is ${PWD}" + git branch + TITLE="Update container ${BRANCH}" BODY="This is an automated pull request to update the container collection ${BRANCH}"