diff --git a/.github/workflows/capgen_prebuild_tests.yaml b/.github/workflows/capgen_prebuild_tests.yaml index 8637635f..4f338b9e 100644 --- a/.github/workflows/capgen_prebuild_tests.yaml +++ b/.github/workflows/capgen_prebuild_tests.yaml @@ -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 @@ -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