From 8cb5c683ed2e932a74d3685ea10833293bbe0bd1 Mon Sep 17 00:00:00 2001 From: aboyko Date: Thu, 6 Jul 2023 20:15:28 -0400 Subject: [PATCH] Fix syntax in the yaml --- .github/workflows/snapshot-current-eclipse-distro-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/snapshot-current-eclipse-distro-build.yml b/.github/workflows/snapshot-current-eclipse-distro-build.yml index 296c3f15a..6045ab304 100644 --- a/.github/workflows/snapshot-current-eclipse-distro-build.yml +++ b/.github/workflows/snapshot-current-eclipse-distro-build.yml @@ -19,6 +19,6 @@ jobs: # .github # - name: Eclipse 4.28 Distro Build uses: ./.github/workflows/eclipse-distro-build.yml - with: - eclipse_profile: 'e428' - build_type: 'snapshot' \ No newline at end of file + with: + eclipse_profile: 'e428' + build_type: 'snapshot' \ No newline at end of file