Skip to content

Commit 9e7fa34

Browse files
committed
fixed typo in check-docs.yml
1 parent 25eaf7a commit 9e7fa34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build json schemas
3030
run: |
3131
SIGNAL_CLI_VERSION="$(grep -m1 '^ARG SIGNAL_CLI_VERSION=' Dockerfile | cut -d= -f2)"
32-
git clone --depth 1 --branch $SIGNAL_CLI_VERSION} https://github.com/AsamK/signal-cli/ signal-cli
32+
git clone --depth 1 --branch v${SIGNAL_CLI_VERSION} https://github.com/AsamK/signal-cli/ signal-cli
3333
cd signal-cli
3434
./gradlew jsonSchemas
3535
cp -r build/generated/META-INF/schemas ${GITHUB_WORKSPACE}/src/docs/signal-cli-schemas

0 commit comments

Comments
 (0)