Add builder action

This commit is contained in:
Greyscale 2024-05-21 14:19:58 +02:00
parent 8332b82ed9
commit 18732733c8

View file

@ -52,7 +52,7 @@ runs:
shell: bash
run: |
# If the inputs.maintainer is not set, use the repository owner
if [[ ! ${{ inputs.maintainer }} ]]; then
if [[ -z "${{ inputs.maintainer }}" ]]; then
echo "maintainer=${{ github.repository_owner }} <${{ github.repository_owner }}@users.noreply.github.com>" >> $GITHUB_OUTPUT
else
echo "maintainer=${{ inputs.maintainer }}" >> $GITHUB_OUTPUT