Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2046:warning:1:33: Quote this to prevent word splitting [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2046:warning:2:3: Quote this to prevent word splitting [shellcheck]

Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- run: |
# depName=rustfs/cli
RUSTFS_CLI_VERSION="v0.1.15"
RUSTFS_CLI_VERSION="v0.1.16"
RUSTFS_CLI_TAR_NAME="rustfs-cli-linux-${{ matrix.rustfscliarch }}-$RUSTFS_CLI_VERSION.tar.gz"
wget "https://github.com/rustfs/cli/releases/download/$RUSTFS_CLI_VERSION/$RUSTFS_CLI_TAR_NAME"
tar xf "$RUSTFS_CLI_TAR_NAME"
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:

- run: |
# depName=rustfs/cli
RUSTFS_CLI_VERSION="v0.1.15"
RUSTFS_CLI_VERSION="v0.1.16"
RUSTFS_CLI_TAR_NAME="rustfs-cli-linux-${{ matrix.rustfscliarch }}-$RUSTFS_CLI_VERSION.tar.gz"
wget "https://github.com/rustfs/cli/releases/download/$RUSTFS_CLI_VERSION/$RUSTFS_CLI_TAR_NAME"
tar xf "$RUSTFS_CLI_TAR_NAME"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- run: |
# depName=rustfs/cli
RUSTFS_CLI_VERSION="v0.1.15"
RUSTFS_CLI_VERSION="v0.1.16"
RUSTFS_CLI_TAR_NAME="rustfs-cli-linux-${{ matrix.rustfscliarch }}-$RUSTFS_CLI_VERSION.tar.gz"
wget "https://github.com/rustfs/cli/releases/download/$RUSTFS_CLI_VERSION/$RUSTFS_CLI_TAR_NAME"
tar xf "$RUSTFS_CLI_TAR_NAME"
Expand Down
Loading