Skip to content

Commit

Permalink
Update youtube-archive.yaml
Browse files Browse the repository at this point in the history
Cards not populating
  • Loading branch information
elliotmatson authored Nov 18, 2024
1 parent 6181332 commit a06eba2
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions .github/workflows/youtube-archive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,19 +110,43 @@ jobs:
"sections": [
{
"header": "️🟡 AND 🟡 ${{ steps.and_status.outcome }}",
"widgets": [{"textParagraph": {"text": "${{ steps.and_status.outputs.stdout }}"}}]
"widgets": [
{
"textParagraph": {
"text": "${{ steps.and_status.outputs.stdout }}"
}
}
]
},
{
"header": "️🟢 SW 🟢 ${{ steps.sw_status.outcome }}",
"widgets": [{"textParagraph": {"text": "${{ steps.sw_status.outputs.stdout }}"}}]
"widgets": [
{
"textParagraph": {
"text": "${{ steps.sw_status.outputs.stdout }}"
}
}
]
},
{
"header": "️🔵 CRK 🔵 ${{ steps.crk_status.outcome }}",
"widgets": [{"textParagraph": {"text": "${{ steps.crk_status.outputs.stdout }}"}}]
"widgets": [
{
"textParagraph": {
"text": "${{ steps.crk_status.outputs.stdout }}"
}
}
]
},
{
"header": "️🔴 MT 🔴 ${{ steps.mt_status.outcome }}",
"widgets": [{"textParagraph": {"text": "${{ steps.mt_status.outputs.stdout }}"}}]
"widgets": [
{
"textParagraph": {
"text": "${{ steps.mt_status.outputs.stdout }}"
}
}
]
}
]
}
Expand Down

0 comments on commit a06eba2

Please sign in to comment.