From c8d975ec4d2c3ccacebe11f216c37ec9eb24cc3b Mon Sep 17 00:00:00 2001 From: Mathias <51080320+Cliffback@users.noreply.github.com> Date: Fri, 31 May 2024 20:32:10 +0200 Subject: [PATCH] add reference to main instead of master (default) --- .github/workflows/trigger-remote-build-macos.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/trigger-remote-build-macos.yml b/.github/workflows/trigger-remote-build-macos.yml index c3bd561..ea8bc10 100644 --- a/.github/workflows/trigger-remote-build-macos.yml +++ b/.github/workflows/trigger-remote-build-macos.yml @@ -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 }}"}'