Fix path to re-usable workflow

This commit is contained in:
aboyko
2023-07-06 12:45:20 -04:00
parent 91163b0c2b
commit d0d8717436
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
name: Current Eclipse STS4 Distribution
name: Current Eclipse STS Distribution Build
# configure manual trigger
on:
@@ -14,7 +14,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Eclipse 4.28 Distro Build
uses: ./eclipse-distro-build.yml
uses: ./.github/workflows/eclipse-distro-build.yml
with:
eclipse_profile: 'e428'
build_type: 'snapshot'

View File

@@ -1,4 +1,4 @@
name: Eclipse Distro STS build
name: Eclipse Distro STS Build
on:
workflow_dispatch:

View File

@@ -1,4 +1,4 @@
name: Eclipse LS Extensions Snapshot
name: Eclipse LS Extensions Snapshot Build
# configure manual trigger
on: