mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-06-17 18:20:18 +00:00
fixed typo in check-docs.yml
This commit is contained in:
parent
25eaf7a5eb
commit
9e7fa344a8
2
.github/workflows/check-docs.yml
vendored
2
.github/workflows/check-docs.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
- name: Build json schemas
|
||||
run: |
|
||||
SIGNAL_CLI_VERSION="$(grep -m1 '^ARG SIGNAL_CLI_VERSION=' Dockerfile | cut -d= -f2)"
|
||||
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
|
||||
cd signal-cli
|
||||
./gradlew jsonSchemas
|
||||
cp -r build/generated/META-INF/schemas ${GITHUB_WORKSPACE}/src/docs/signal-cli-schemas
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user