mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 09:21:45 +00:00
Fix renaming of checkout_reference from branch
This commit is contained in:
parent
7e46e9339c
commit
d2cef848f3
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ jobs:
|
|||
id: checkout_repo
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ inputs.branch }}
|
||||
ref: ${{ inputs.checkout_reference }}
|
||||
|
||||
- name: "[DEBUG] Content of the repository after checkout"
|
||||
id: debug_content_after_checkout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue