mirror of
https://github.com/lesserkuma/FlashGBX.git
synced 2026-08-24 09:45:18 -05:00
update names
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user