mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-06-06 20:25:40 +00:00
Set up jq
This commit is contained in:
parent
58de0b9a21
commit
97f2670d10
3
.github/workflows/publish-docker-images.yml
vendored
3
.github/workflows/publish-docker-images.yml
vendored
@ -106,10 +106,11 @@ jobs:
|
||||
client-payload: '{ "meilisearch_version": "${{ github.ref_name }}", "stable": "${{ steps.check-tag-format.outputs.stable }}" }'
|
||||
|
||||
# Send notification to Swarmia to notify of a deployment: https://app.swarmia.com
|
||||
- name: 'Setup jq'
|
||||
uses: dcarbone/install-jq-action@v3
|
||||
- name: Send deployment to Swarmia
|
||||
# if: github.event_name == 'push' && success()
|
||||
run: |
|
||||
apt-get update && sudo apt-get install -y jq
|
||||
JSON_STRING=$( jq --null-input --compact-output \
|
||||
--arg version "${{ github.ref_name }}" \
|
||||
--arg appName "meilisearch" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user