From 1c56379f73dfd34e4061fb823f6bf4969b5fe24e Mon Sep 17 00:00:00 2001 From: Amy Stamile <74275278+amystamile-usgs@users.noreply.github.com> Date: Wed, 14 Aug 2024 10:58:32 -0700 Subject: [PATCH] Update Github Action to use new Gitlab repo (#5587) * Update gitlab repo * small fix --- .github/workflows/gitlab-codebuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gitlab-codebuild.yml b/.github/workflows/gitlab-codebuild.yml index cabd03b2fd..28918617ba 100644 --- a/.github/workflows/gitlab-codebuild.yml +++ b/.github/workflows/gitlab-codebuild.yml @@ -17,9 +17,9 @@ jobs: - uses: actions/checkout@v4 - name: Run script run: | - git config --global user.name "abc" + git config --global user.name "github-actions" git config --global user.email "abc@example.com" - git clone https://isis-codebuild-ci:$GITLAB_TOKEN@code.usgs.gov/astamile1/isis-codebuild-ci.git + git clone https://isis-codebuild-ci:$GITLAB_TOKEN@code.usgs.gov/astrogeology/isis-codebuild-ci.git cd isis-codebuild-ci git checkout -b PR_$PR_NUMBER echo -e "\nenv: \n shell: bash \n variables: \n PR_NUMBER: $PR_NUMBER \n MERGE_BRANCH: $GITHUB_BASE_REF" >> buildspec.yml -- GitLab