diff --git a/.github/workflows/comment-rebase.yml b/.github/workflows/comment-rebase.yml index 3fc9b2e5..fa936182 100644 --- a/.github/workflows/comment-rebase.yml +++ b/.github/workflows/comment-rebase.yml @@ -24,7 +24,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 # otherwise, you will fail to push refs to dest repo - name: 🔁 Rebase - uses: z-shell/.github/actions/rebase@v1.0.7 + uses: z-shell/.github/actions/rebase@v1.0.8 with: autosquash: ${{ contains(github.event.comment.body, '/autosquash') || contains(github.event.comment.body, '/rebase-autosquash') }} env: diff --git a/.github/workflows/rclone-action.yml b/.github/workflows/rclone-action.yml index dec493ba..2a8aead8 100644 --- a/.github/workflows/rclone-action.yml +++ b/.github/workflows/rclone-action.yml @@ -26,13 +26,13 @@ jobs: - name: "⤵️ Check out code from GitHub" uses: actions/checkout@v4 - name: "⏫ Run rclone/r2-store/img" - uses: z-shell/.github/actions/rclone@v1.0.7 + uses: z-shell/.github/actions/rclone@v1.0.8 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@v1.0.7 + uses: z-shell/.github/actions/rclone@v1.0.8 with: config: ${{ secrets.R2_STORE }} args: "copy ${{ env.assets_local_path }} ${{ env.assets_remote_path }}"