We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25eaf7a commit 9e7fa34Copy full SHA for 9e7fa34
1 file changed
.github/workflows/check-docs.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Build json schemas
30
run: |
31
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
+ git clone --depth 1 --branch v${SIGNAL_CLI_VERSION} https://github.com/AsamK/signal-cli/ signal-cli
33
cd signal-cli
34
./gradlew jsonSchemas
35
cp -r build/generated/META-INF/schemas ${GITHUB_WORKSPACE}/src/docs/signal-cli-schemas
0 commit comments