Skip to content

Commit 916120b

Browse files
ss-odigital-teams
andcommitted
fix(ci): fix rclone docker build and update checksums (#161)
* fix(ci): fix rclone docker build and update checksums - Update rclone and commit actions to v1.0.9 in z-shell/.github to fix pinned Alpine package failures - Update lib/checksum.txt to match current lib/sh/install.sh * Checksum d23c74a --------- Co-authored-by: ss-o <ss-o@users.noreply.github.com> Co-authored-by: digital-teams[bot] <actions@zshell.dev>
1 parent ee4fbad commit 916120b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/checksum.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
lib/zsh/init.zsh
3535
- run: mv checksum.txt lib/
3636
- name: "🆗 Commit"
37-
uses: z-shell/.github/actions/commit@91068ee88e8788deff439d6ee36b77329edeb98a # v1.0.8
37+
uses: z-shell/.github/actions/commit@d36763069484d7b5bf3d958e8517dbb682942c82 # v1.0.9
3838
with:
3939
commitMessage: Checksum ${{ github.sha }}
4040
workDir: lib

.github/workflows/rclone-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: "⤵️ Check out code from GitHub"
2828
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929
- name: "⏫ Run rclone/r2-store"
30-
uses: z-shell/.github/actions/rclone@91068ee88e8788deff439d6ee36b77329edeb98a # v1.0.8
30+
uses: z-shell/.github/actions/rclone@d36763069484d7b5bf3d958e8517dbb682942c82 # v1.0.9
3131
with:
3232
config: ${{ secrets.R2_STORE }}
3333
args: "copy --check-first ${{ env.local_path }} ${{ env.remote_path }}"

0 commit comments

Comments
 (0)