Update error-db.yml

[ci skip]
This commit is contained in:
Sebastian Stenzel
2022-07-07 17:35:48 +02:00
committed by GitHub
parent df099df334
commit 12302162b1
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
- name: Transform JSON
id: transform-json
run: |
RESULT=$(echo ${JSON_DATA} | jq -s -c ".repository.discussion")
RESULT=$(echo ${JSON_DATA} | jq -c '.repository.discussion | .comments = .comments.totalCount')
echo "::set-output name=result::${RESULT}"
env:
JSON_DATA: ${{ steps.query-data.outputs.result }}