Skip to content

Chore 130424 (#138) #30

Chore 130424 (#138)

Chore 130424 (#138) #30

Workflow file for this run

---
name: "🔄 Rclone"
on:
push:
branches: [main]
paths:
- "lib/**"
workflow_dispatch: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
sync:
if: github.repository == 'z-shell/zi-src'
runs-on: ubuntu-latest
env:
local_path: "lib"
remote_path: "r2:r2-store/src"
steps:
- name: "⤵️ Check out code from GitHub"
uses: actions/[email protected]
- name: "⏫ Run rclone/r2-store"
uses: z-shell/.github/actions/rclone@56c2250b6e49c6d510a9dc4107ea8ad3b9135c2f
with:
config: ${{ secrets.R2_STORE }}
args: "copy ${{ env.local_path }} ${{ env.remote_path }}"
debug: false