Skip to content

Commit

Permalink
Âno office-chooser for minimal editions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Landauer authored and Bernhard Landauer committed Sep 7, 2021
1 parent c991830 commit 966d773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ runs:
OFFICE: ${{ inputs.office-chooser }}
run: |
echo "## building iso"
[ "$SCOPE" == "minimal" ] && unset SCOPE
[ "$SCOPE" == "minimal" ] && unset SCOPE && unset OFFICE
[ "$OFFICE" == "false" ] && unset OFFICE
# source the version info from current release info
Expand Down

0 comments on commit 966d773

Please sign in to comment.