From 7d260e8366596a4acf8ce915baeade0cc0a01755 Mon Sep 17 00:00:00 2001 From: "ryan.danehy@pnnl.gov" Date: Fri, 13 Oct 2023 16:05:21 -0700 Subject: [PATCH] add pipeline for ascent try 3 --- .github/workflows/ornl_ascent_mirror.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ornl_ascent_mirror.yaml b/.github/workflows/ornl_ascent_mirror.yaml index e040ccad..4d58a9d8 100644 --- a/.github/workflows/ornl_ascent_mirror.yaml +++ b/.github/workflows/ornl_ascent_mirror.yaml @@ -21,14 +21,14 @@ jobs: # Necessary to get branch name independent of PR/push - name: Extract branch name shell: bash - run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/ci/}}" >> $GITHUB_OUTPUT + run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT id: extract_branch # Action for mirroring your commits to a different remote repository - uses: yesolutions/mirror-action@master # Give actions access to some secrets with: - GIT_REF: 'refs/heads/ci' + PUSH_ALL_REFS: "false" GIT_PUSH_ARGS: '--tags --force --push-option=ci.skip' REMOTE: 'https://code.ornl.gov/ecpcitest/exasgd/resolve' GIT_USERNAME: ${{ secrets.GIT_USER }}