From 8500d81ff9a186ff9860c09c66fc06402e4720cb Mon Sep 17 00:00:00 2001 From: zokradonh Date: Tue, 9 Nov 2021 14:29:53 +0100 Subject: [PATCH] whitespace matters --- .github/actions/build-component/action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/build-component/action.yml b/.github/actions/build-component/action.yml index 1d36002..617593c 100644 --- a/.github/actions/build-component/action.yml +++ b/.github/actions/build-component/action.yml @@ -37,9 +37,9 @@ runs: # - service version (may be given to Dockerfile) context: ${{ inputs.component }} build-args: | - ADDITIONAL_KOPANO_PACKAGES= - ADDITIONAL_KOPANO_WEBAPP_PLUGINS= - KOPANO_UID=999 - KOPANO_GID=999 + ADDITIONAL_KOPANO_PACKAGES= + ADDITIONAL_KOPANO_WEBAPP_PLUGINS= + KOPANO_UID=999 + KOPANO_GID=999 secret-files: \ No newline at end of file