Skip to content

Commit 6146630

Browse files
authored
Merge pull request #64 from chvvkumar/Dev
Dev
2 parents a06fc03 + 67bac10 commit 6146630

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/memory-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ jobs:
120120
fi
121121
122122
# Create JSON files for shields.io endpoint badges
123-
echo "{\"schemaVersion\":1,\"label\":\"Flash\",\"message\":\"$FLASH_PCT% (${{ steps.memory.outputs.flash_used }} / ${{ steps.memory.outputs.flash_max }} bytes)\",\"color\":\"$FLASH_COLOR\"}" > .github/badges/flash.json
124-
echo "{\"schemaVersion\":1,\"label\":\"RAM\",\"message\":\"$RAM_PCT% (${{ steps.memory.outputs.ram_used }} / ${{ steps.memory.outputs.ram_max }} bytes)\",\"color\":\"$RAM_COLOR\"}" > .github/badges/ram.json
123+
echo "{\"schemaVersion\":1,\"label\":\"Flash\",\"message\":\"$FLASH_PCT% (${{ steps.memory.outputs.flash_used }} / ${{ steps.memory.outputs.flash_max }} bytes)\",\"color\":\"$FLASH_COLOR\",\"labelColor\":\"555\",\"style\":\"flat\"}" > .github/badges/flash.json
124+
echo "{\"schemaVersion\":1,\"label\":\"RAM\",\"message\":\"$RAM_PCT% (${{ steps.memory.outputs.ram_used }} / ${{ steps.memory.outputs.ram_max }} bytes)\",\"color\":\"$RAM_COLOR\",\"labelColor\":\"555\",\"style\":\"flat\"}" > .github/badges/ram.json
125125
126126
- name: Commit badges
127127
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/snd'

0 commit comments

Comments
 (0)