need to chdir togithub workspace

This commit is contained in:
Vanessa Sochat
2019-02-01 13:09:00 -05:00
parent 542c0cf680
commit 4a8b510f90

View File

@@ -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}"