mirror of https://github.com/BOINC/boinc.git
[CI] Fix S3 Maintenance script
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
parent
fbeca5d11b
commit
8490f664d6
|
@ -12,6 +12,10 @@ jobs:
|
||||||
type: [maintenance]
|
type: [maintenance]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 2
|
||||||
|
|
||||||
- name: Configure Python
|
- name: Configure Python
|
||||||
run: |
|
run: |
|
||||||
pip install boto3
|
pip install boto3
|
||||||
|
|
Loading…
Reference in New Issue