Skip to content

Commit

Permalink
fix the path for the checked out repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanetteclark committed Mar 15, 2024
1 parent d0f7827 commit 8ee1a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
repository: NCEAS/${{ env.REPO }}
ref: "${{ env.BRANCH }}"
path: nceas-training
path: ${{ env.REPO }}

- uses: Homebrew/actions/setup-homebrew@master

Expand Down

0 comments on commit 8ee1a5d

Please sign in to comment.