We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a38934 commit bf28096Copy full SHA for bf28096
.github/workflows/llama-stack-build.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Checkout release tag
18
uses: actions/checkout@v4
19
with:
20
- ref: ${{ inputs.version }}
+ ref: v${{ inputs.version }}
21
repository: meta-llama/llama-stack.git
22
23
- name: python deps
0 commit comments