Skip to content

Commit

Permalink
Correct ref branch for update url on README.md file (janhq#1672)
Browse files Browse the repository at this point in the history
Co-authored-by: Service Account <[email protected]>
  • Loading branch information
hiento09 and jan-service-account authored Jan 22, 2024
1 parent f17cf29 commit fc3a5c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jan-electron-build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}

0 comments on commit fc3a5c9

Please sign in to comment.