Skip to content

Commit

Permalink
add pipeline for ascent try 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan.danehy@pnnl.gov committed Oct 13, 2023
1 parent dfc7f13 commit 7d260e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ornl_ascent_mirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 7d260e8

Please sign in to comment.