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 7e2d65e commit a91b81f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_jcb_basic_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:

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

0 comments on commit a91b81f

Please sign in to comment.