Skip to content

Commit

Permalink
Update rclone-action.yml
Browse files Browse the repository at this point in the history
Use main branch.

Signed-off-by: Sall <[email protected]>
  • Loading branch information
ss-o authored Oct 14, 2023
1 parent 94c1450 commit 8a37e1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rclone-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
- name: "⤵️ Check out code from GitHub"
uses: actions/checkout@v4
- name: "⏫ Run rclone/r2-store/img"
uses: z-shell/.github/actions/rclone@5a24925e0cf2131910829d7763b3acbaf9bb0c3a
uses: z-shell/.github/actions/rclone@main
with:
config: ${{ secrets.R2_STORE }}
args: "copy ${{ env.img_local_path }} ${{ env.img_remote_path }}"
debug: false
- name: "⏫ Run rclone/r2-store/assets"
uses: z-shell/.github/actions/rclone@5a24925e0cf2131910829d7763b3acbaf9bb0c3a
uses: z-shell/.github/actions/rclone@main
with:
config: ${{ secrets.R2_STORE }}
args: "copy ${{ env.assets_local_path }} ${{ env.assets_remote_path }}"
Expand Down

0 comments on commit 8a37e1e

Please sign in to comment.