mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-08-18 21:26:02 +00:00
Update error-db.yml
[ci skip]
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user