mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-05 08:23:17 +00:00
Fix observatory checkout failing on commit hash ref
actions/checkout treats short commit hashes as branch names, causing fetch failures. The checkout only needs the config file from the repo, so use the default branch instead of a specific ref. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
5a35dfc258
commit
cc0b1323d7
@@ -34,8 +34,6 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ inputs.commit_hash || github.sha }}
|
||||
|
||||
- name: Validate tag input
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user