Skip to content

Commit

Permalink
Format proper JSON output
Browse files Browse the repository at this point in the history
Signed-off-by: Enrique Belarte Luque <[email protected]>
  • Loading branch information
enriquebelarte committed Jan 24, 2025
1 parent 8815cfe commit 4b4d748
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-kernel-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
id: compare
run: |
FILE="kernel-versions.json"
RAW_TAGS='${{ steps.fetch-tags.outputs.tags }}'
NEW_TAGS=$(echo "$RAW_TAGS" | jq -c '.')
NEW_TAGS_JSON=$(jq -n \
--argjson kernel_versions "${{ steps.fetch-tags.outputs.tags }}" \
--arg date "$(date -u +"%Y-%m-%dT%H:%M:%SZ")" \
Expand Down

0 comments on commit 4b4d748

Please sign in to comment.