Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Jan 18, 2024
1 parent de82533 commit ff973d2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/repo-banner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,12 @@ jobs:
url: "file://${{github.workspace}}/github/banner/index.html"
output: "${{ steps.meta.outputs.output }}"
customizations: |
"#name": "${{ steps.meta.outputs.name }}"
"#type": "${{ steps.meta.outputs.type }}"
"#desc": "${{ steps.meta.outputs.desc }}"
"#name": >-
${{ steps.meta.outputs.name }}
"#type": >-
${{ steps.meta.outputs.type }}
"#desc": >-
${{ steps.meta.outputs.desc }}
viewportWidth: 1280
viewportHeight: 320
omitBackground: true
Expand Down

0 comments on commit ff973d2

Please sign in to comment.