Skip to content

Commit

Permalink
build(deps): bump z-shell/.github from 1.0.7 to 1.0.8 (#483)
Browse files Browse the repository at this point in the history
Bumps [z-shell/.github](https://github.com/z-shell/.github) from 1.0.7 to 1.0.8.
- [Release notes](https://github.com/z-shell/.github/releases)
- [Commits](z-shell/.github@v1.0.7...v1.0.8)

---
updated-dependencies:
- dependency-name: z-shell/.github
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 22, 2023
1 parent 554307b commit eb2050f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/comment-rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].7
uses: z-shell/.github/actions/[email protected].8
with:
autosquash: ${{ contains(github.event.comment.body, '/autosquash') || contains(github.event.comment.body, '/rebase-autosquash') }}
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rclone-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].7
uses: z-shell/.github/actions/[email protected].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/[email protected].7
uses: z-shell/.github/actions/[email protected].8
with:
config: ${{ secrets.R2_STORE }}
args: "copy ${{ env.assets_local_path }} ${{ env.assets_remote_path }}"
Expand Down

0 comments on commit eb2050f

Please sign in to comment.