Correct ref branch for update url on README.md file (#1672)

Co-authored-by: Service Account <service@jan.ai>
This commit is contained in:
hiento09 2024-01-22 09:31:16 +07:00 committed by GitHub
parent f17cf29146
commit fc3a5c9e01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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