Fix various typos in workflows
This commit is contained in:
parent
a2aa76db19
commit
7ffd83148e
3 changed files with 4 additions and 4 deletions
4
.github/workflows/bench.yaml
vendored
4
.github/workflows/bench.yaml
vendored
|
|
@ -38,8 +38,8 @@ jobs:
|
|||
run: ./bench.sh
|
||||
- name: Install B2 CLI
|
||||
run: |
|
||||
pip install setuptools
|
||||
pip install --upgrade b2
|
||||
sudo pip install setuptools
|
||||
sudo pip install --upgrade b2
|
||||
- name: Upload to B2
|
||||
run: |
|
||||
b2 authorize-account ${{ secrets.CICD_CLI_B2_KEY_ID }} ${{ secrets.CICD_CLI_B2_APPLICATION_KEY }}
|
||||
|
|
|
|||
Reference in a new issue