update names

This commit is contained in:
Mathias
2024-05-31 20:42:46 +02:00
committed by GitHub
parent c8d975ec4d
commit e4d10d5ecf

View File

@@ -15,7 +15,7 @@ jobs:
if: github.event_name == 'release'
runs-on: ubuntu-latest
steps:
- name: Trigger Remote Workflow
- name: Trigger FlashGBX Remote Build
uses: benc-uk/workflow-dispatch@v1
with:
workflow: FlashGBX Remote Build
@@ -27,7 +27,7 @@ jobs:
if: github.event_name == 'workflow_dispatch' && github.event.inputs.release_tag != ''
runs-on: ubuntu-latest
steps:
- name: Trigger Remote Workflow
- name: Trigger FlashGBX Remote Build
uses: benc-uk/workflow-dispatch@v1
with:
workflow: FlashGBX Remote Build