From 9597444b72cdd0862359a6570b2db2fd29eb4acf Mon Sep 17 00:00:00 2001 From: aboyko Date: Thu, 6 Jul 2023 13:02:59 -0400 Subject: [PATCH] Fix GHA workflow syntax error --- .github/workflows/eclipse-distro-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/eclipse-distro-build.yml b/.github/workflows/eclipse-distro-build.yml index 5a0104a90..a3caed205 100644 --- a/.github/workflows/eclipse-distro-build.yml +++ b/.github/workflows/eclipse-distro-build.yml @@ -25,8 +25,8 @@ jobs: - name: Distro Build uses: ./.github/actions/eclipse-distro-build with: - - eclipse_profile: ${{ inputs.eclipse_profile }} - - build_type: ${{ inputs.build_type }} + eclipse_profile: ${{ inputs.eclipse_profile }} + build_type: ${{ inputs.build_type }} # - name: Enforce https instead of http # run: ./nohttp.sh # - name: Timestamp