Add builder action
This commit is contained in:
parent
8332b82ed9
commit
18732733c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue