Skip to content

test b2 ls

test b2 ls #9

Workflow file for this run

name: Backblaze B2 Sync
on:
push:
branches:
- fake
jobs:
backblaze-cli-debug:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install b2 CLI tool
run: |
pip install b2
- name: List files in Backblaze B2 bucket
run: |
blz2 ls "b2://ozoniusswebsite/"
env:
B2_APPLICATION_KEY_ID: ${{ secrets.B2_APPLICATION_KEY_ID }}
B2_APPLICATION_KEY: ${{ secrets.B2_APPLICATION_KEY }}