We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b669c commit 770548fCopy full SHA for 770548f
.github/workflows/test-suite.yml
@@ -55,7 +55,7 @@ jobs:
55
else
56
BRANCH=$PR_BRANCH
57
fi
58
- python autorelease_check.py --branch $BRACH --even ${EVENT}
+ python autorelease_check.py --branch $BRANCH --even ${EVENT}
59
- name: "Unit tests"
60
run: |
61
python -c "import paths_cli"
0 commit comments