mirror of
https://github.com/lesserkuma/FlashGBX.git
synced 2026-08-24 09:45:18 -05:00
add reference to main instead of master (default)
This commit is contained in:
@@ -21,6 +21,7 @@ jobs:
|
||||
workflow: FlashGBX Remote Build
|
||||
token: ${{ secrets.FLASHGBX_MACOS_TOKEN }}
|
||||
repo: Cliffback/FlashGBX-macOS
|
||||
ref: main
|
||||
inputs: '{"create_release": "true", "latest_version": "${{ github.event.release.tag_name }}"}'
|
||||
trigger-manual:
|
||||
if: github.event_name == 'workflow_dispatch' && github.event.inputs.release_tag != ''
|
||||
@@ -32,4 +33,5 @@ jobs:
|
||||
workflow: FlashGBX Remote Build
|
||||
token: ${{ secrets.FLASHGBX_MACOS_TOKEN }}
|
||||
repo: Cliffback/FlashGBX-macOS
|
||||
ref: main
|
||||
inputs: '{"create_release": "true", "latest_version": "${{ github.event.inputs.release_tag }}"}'
|
||||
|
||||
Reference in New Issue
Block a user