Skip to content

Commit

Permalink
fix outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Jan 16, 2024
1 parent 727f7db commit 009657c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/repo-banner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
echo "name=${name#infra-}" >> $GITHUB_OUTPUT
else
echo "Repo type is indeterminable"
echo "name=${name}" >> $GITHUB_OUTPUT
echo "type="${type}" >> $GITHUB_OUTPUT
fi

if [[ "${desc}" == "null" ]]; then
Expand All @@ -57,12 +59,6 @@ jobs:
fi
cat ${GITHUB_OUTPUT}

- 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 009657c

Please sign in to comment.