diff --git a/.github/workflows/repo-banner.yml b/.github/workflows/repo-banner.yml index a324578c..fa963d2c 100644 --- a/.github/workflows/repo-banner.yml +++ b/.github/workflows/repo-banner.yml @@ -48,7 +48,7 @@ jobs: else echo "Repo type is indeterminable" echo "name=${name}" >> $GITHUB_OUTPUT - echo "type="${type}" >> $GITHUB_OUTPUT + echo "type=${type}" >> $GITHUB_OUTPUT fi if [[ "${desc}" == "null" ]]; then