add reference to main instead of master (default)

This commit is contained in:
Mathias
2024-05-31 20:32:10 +02:00
committed by GitHub
parent e0a73540fc
commit c8d975ec4d

View File

@@ -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 }}"}'