From 61e4389f6673826a26884334c9fa60bf1905e92e Mon Sep 17 00:00:00 2001 From: aboyko Date: Thu, 6 Jul 2023 20:13:13 -0400 Subject: [PATCH] Fix syntax in the yaml --- .../snapshot-current-eclipse-distro-build.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/snapshot-current-eclipse-distro-build.yml b/.github/workflows/snapshot-current-eclipse-distro-build.yml index e07c046da..296c3f15a 100644 --- a/.github/workflows/snapshot-current-eclipse-distro-build.yml +++ b/.github/workflows/snapshot-current-eclipse-distro-build.yml @@ -10,7 +10,7 @@ on: jobs: - eclipse-language-servers-build: + e428-distro: # runs-on: ubuntu-latest # steps: # - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 @@ -18,8 +18,7 @@ jobs: # sparse-checkout: | # .github # - name: Eclipse 4.28 Distro Build - e428-distro: - uses: ./.github/workflows/eclipse-distro-build.yml - with: - eclipse_profile: 'e428' - build_type: 'snapshot' \ No newline at end of file + uses: ./.github/workflows/eclipse-distro-build.yml + with: + eclipse_profile: 'e428' + build_type: 'snapshot' \ No newline at end of file