Skip to content

Commit

Permalink
fix yaml syntaxing
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Nov 15, 2024
1 parent 31d6432 commit 20068f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/derecho.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
CIME_MODEL: cesm
CIME_DRIVER: nuopc
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
uses: ESCOMP/CESM/.github/workflows/reusable.yaml@${BRANCH_NAME}
uses: ESCOMP/CESM/.github/workflows/reusable.yaml@${{ github.head_ref || github.ref_name }}
with:
stage: ${{ matrix.compiler }}

Expand Down

0 comments on commit 20068f1

Please sign in to comment.