Skip to content

Commit

Permalink
Minor change (#3)
Browse files Browse the repository at this point in the history
* use env variables

* move template repo to top level

* do not use "env" context in "if" conditional

* fix missed env var
  • Loading branch information
michellewang authored Aug 21, 2023
1 parent e751d82 commit 4ff06a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_changed_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Checkout template repository
uses: actions/checkout@v3
with:
repository: neurodatascience/testpoppy
repository: ${{ env.TEMPLATE_REPO }}
ref: main
path: ${{ env.PATH_TEMPLATE_REPO }}

Expand Down

0 comments on commit 4ff06a0

Please sign in to comment.