Skip to content

Commit

Permalink
Fixing typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaxmonsky committed Dec 18, 2023
1 parent 1f49006 commit 43257ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/capgen_prebuild_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
- name: Checkout current ccpp-framework code
uses: actions/checkout@v3

- name: Store remote-URL for current ccpp-physics code
- name: Store remote-URL for current ccpp-framework code
run: echo "GIT_REMOTE_URL=`git remote get-url origin`" >> $GITHUB_ENV

- name: Store branch name for current ccpp-physics code
- name: Store branch name for current ccpp-framework code
run: echo "GIT_REMOTE_BRANCH=`git rev-parse --abbrev-ref HEAD`" >> $GITHUB_ENV

- name: Store hash for HEAD of current ccpp-physics code
- name: Store hash for HEAD of current ccpp-framework code
run: echo "GIT_REMOTE_HASH=`git rev-parse HEAD`" >> $GITHUB_ENV

- name: Checkout latest ccpp-scm code
Expand All @@ -30,7 +30,7 @@ jobs:
cd /home/runner/work/ccpp-framework/ccpp-framework/ccpp-scm
git submodule update --init --recursive
- name: Update ccpp-physics hash in ccpp-scm
- name: Update ccpp-framework hash in ccpp-scm
if: github.event.pull_request == false
run: |
cd /home/runner/work/ccpp-framework/ccpp-framework/ccpp-scm/ccpp/physics
Expand Down

0 comments on commit 43257ea

Please sign in to comment.