Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Jan 16, 2024
1 parent 2df95a5 commit 4370b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/repo-banner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +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
echo "name=${name}" >> $GITHUB_OUTPUT
echo "type=${type}" >> $GITHUB_OUTPUT
fi
if [[ "${desc}" == "null" ]]; then
Expand Down

0 comments on commit 4370b45

Please sign in to comment.