Fix path to re-usable workflow
This commit is contained in:
@@ -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'
|
||||
2
.github/workflows/eclipse-distro-build.yml
vendored
2
.github/workflows/eclipse-distro-build.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Eclipse Distro STS build
|
||||
name: Eclipse Distro STS Build
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: Eclipse LS Extensions Snapshot
|
||||
name: Eclipse LS Extensions Snapshot Build
|
||||
|
||||
# configure manual trigger
|
||||
on:
|
||||
Reference in New Issue
Block a user