Explorar o código

Update error-db.yml

[ci skip]
Sebastian Stenzel %!s(int64=2) %!d(string=hai) anos
pai
achega
12302162b1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/error-db.yml

+ 1 - 1
.github/workflows/error-db.yml

@@ -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 }}