Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Jan 16, 2024
1 parent 37964df commit f81eb72
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/repo-banner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ jobs:
echo "type=${type}"
echo "desc=${desc}"
- name: "Test outputs"
run: |
echo name=${{ steps.meta.outputs.name }}
echo type=${{ steps.meta.outputs.desc }}
echo desc=${{ steps.meta.outputs.desc }}
- name: Generate banner image
id: screenshot
uses: cloudposse-github-actions/screenshot@main
Expand Down

0 comments on commit f81eb72

Please sign in to comment.