Skip to content

Commit 7149565

Browse files
authored
Merge pull request #31 from dwhswenson/github-actions
Fix typo in actions
2 parents 2550347 + 770548f commit 7149565

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-suite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- uses: actions/checkout@v2
34-
- uses: actions/setup-python@c2
34+
- uses: actions/setup-python@v2
3535
- uses: conda-incubator/setup-miniconda@v2
3636
with:
3737
auto-update-conda: true
@@ -55,7 +55,7 @@ jobs:
5555
else
5656
BRANCH=$PR_BRANCH
5757
fi
58-
python autorelease_check.py --branch $BRACH --even ${EVENT}
58+
python autorelease_check.py --branch $BRANCH --even ${EVENT}
5959
- name: "Unit tests"
6060
run: |
6161
python -c "import paths_cli"

0 commit comments

Comments
 (0)