Skip to content

Commit

Permalink
fix: empty output package (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier authored Aug 11, 2023
1 parent 794dfb3 commit eeac96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ if [ "$INPUT_CONFIG" != "" ] && [ "$INPUT_PACKAGER" != "" ]; then
if [ "$name" = "" ]; then
exit 1
fi
echo "{package}={$name}" >> $GITHUB_OUTPUT
echo "package=$name" >> $GITHUB_OUTPUT
fi

0 comments on commit eeac96f

Please sign in to comment.