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