Skip to content

Commit 770548f

Browse files
committed
fix another typo
1 parent 26b669c commit 770548f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)