Skip to content

Commit

Permalink
action debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
danholdaway committed May 24, 2024
1 parent b19a6ae commit 46c791c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run_jcb_basic_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:

env:
JCB_REPO: https://github.com/NOAA-EMC/jcb.git
JCB_APP_REPO: "https://github.com/${GITHUB_REPOSITORY}"

steps:
- name: Checkout submodule repository
Expand All @@ -29,6 +28,11 @@ jobs:
with:
python-version: '3.x' # specify your python version

- name: Add repo url to the environment
run: |
echo ${{ github.repository }}
echo "JCB_APP_REPO=${{ github.repository }}" >> $GITHUB_ENV
- name: Determine branch to use
id: determine-branch
run: |
Expand Down

0 comments on commit 46c791c

Please sign in to comment.