diff --git a/.github/workflows/dev-daily-fixed.yml b/.github/workflows/dev-daily-fixed.yml index 124c7d1..cdd756f 100644 --- a/.github/workflows/dev-daily-fixed.yml +++ b/.github/workflows/dev-daily-fixed.yml @@ -12,6 +12,7 @@ permissions: env: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" FIXED_DEV_TAG: nightly-dev + TARGET_BRANCH: dev ELECTRON_BUILDER_BINARIES_MIRROR: https://github.com/electron-userland/electron-builder-binaries/releases/download/ jobs: @@ -23,6 +24,7 @@ jobs: - name: Check out git repository uses: actions/checkout@v5 with: + ref: ${{ env.TARGET_BRANCH }} fetch-depth: 0 - name: Install Node.js @@ -62,6 +64,7 @@ jobs: - name: Check out git repository uses: actions/checkout@v5 with: + ref: ${{ env.TARGET_BRANCH }} fetch-depth: 0 - name: Install Node.js @@ -111,6 +114,7 @@ jobs: - name: Check out git repository uses: actions/checkout@v5 with: + ref: ${{ env.TARGET_BRANCH }} fetch-depth: 0 - name: Install Node.js @@ -157,6 +161,7 @@ jobs: - name: Check out git repository uses: actions/checkout@v5 with: + ref: ${{ env.TARGET_BRANCH }} fetch-depth: 0 - name: Install Node.js @@ -203,6 +208,7 @@ jobs: - name: Check out git repository uses: actions/checkout@v5 with: + ref: ${{ env.TARGET_BRANCH }} fetch-depth: 0 - name: Install Node.js diff --git a/.github/workflows/preview-nightly-main.yml b/.github/workflows/preview-nightly-main.yml index dd733e3..c67048d 100644 --- a/.github/workflows/preview-nightly-main.yml +++ b/.github/workflows/preview-nightly-main.yml @@ -12,6 +12,7 @@ permissions: env: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" FIXED_PREVIEW_TAG: nightly-preview + TARGET_BRANCH: main ELECTRON_BUILDER_BINARIES_MIRROR: https://github.com/electron-userland/electron-builder-binaries/releases/download/ jobs: @@ -24,6 +25,7 @@ jobs: - name: Check out git repository uses: actions/checkout@v5 with: + ref: ${{ env.TARGET_BRANCH }} fetch-depth: 0 - name: Install Node.js @@ -88,6 +90,7 @@ jobs: - name: Check out git repository uses: actions/checkout@v5 with: + ref: ${{ env.TARGET_BRANCH }} fetch-depth: 0 - name: Install Node.js @@ -140,6 +143,7 @@ jobs: - name: Check out git repository uses: actions/checkout@v5 with: + ref: ${{ env.TARGET_BRANCH }} fetch-depth: 0 - name: Install Node.js @@ -190,6 +194,7 @@ jobs: - name: Check out git repository uses: actions/checkout@v5 with: + ref: ${{ env.TARGET_BRANCH }} fetch-depth: 0 - name: Install Node.js @@ -240,6 +245,7 @@ jobs: - name: Check out git repository uses: actions/checkout@v5 with: + ref: ${{ env.TARGET_BRANCH }} fetch-depth: 0 - name: Install Node.js