From fc3a5c9e01ea6461fdb42b3e5ef7f0c6e32e8407 Mon Sep 17 00:00:00 2001 From: hiento09 <136591877+hiento09@users.noreply.github.com> Date: Mon, 22 Jan 2024 09:31:16 +0700 Subject: [PATCH] Correct ref branch for update url on README.md file (#1672) Co-authored-by: Service Account --- .github/workflows/jan-electron-build-nightly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jan-electron-build-nightly.yml b/.github/workflows/jan-electron-build-nightly.yml index 60a8a951c..2a7f3eefd 100644 --- a/.github/workflows/jan-electron-build-nightly.yml +++ b/.github/workflows/jan-electron-build-nightly.yml @@ -69,7 +69,7 @@ jobs: if: github.event_name == 'schedule' uses: ./.github/workflows/template-noti-discord-and-update-url-readme.yml with: - ref: ${{ needs.set-public-provider.outputs.ref }} + ref: refs/heads/main build_reason: Nightly push_to_branch: main new_version: ${{ needs.get-update-version.outputs.new_version }} @@ -80,7 +80,7 @@ jobs: if: github.event_name == 'workflow_dispatch' && github.event.inputs.public_provider == 'cloudflare-r2' uses: ./.github/workflows/template-noti-discord-and-update-url-readme.yml with: - ref: ${{ needs.set-public-provider.outputs.ref }} + ref: refs/heads/main build_reason: Manual push_to_branch: main new_version: ${{ needs.get-update-version.outputs.new_version }}