Skip to content

Commit

Permalink
output debug
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Jan 16, 2024
1 parent 43bbde4 commit e15702d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repo-banner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# Only keep the first sentence
echo "desc=${desc/.*}" >> $GITHUB_OUTPUT
fi
source $(GITHUB_OUTPUT)
source ${GITHUB_OUTPUT}
echo "name=${name}"
echo "type="${type}"
echo "desc="${desc}"
Expand Down

0 comments on commit e15702d

Please sign in to comment.