mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 04:26:16 +00:00
fix
This commit is contained in:
parent
2bbe7bff6d
commit
65aae53ff6
2 changed files with 3 additions and 4 deletions
|
|
@ -63,10 +63,10 @@ runs:
|
|||
git commit -m "Recordings update from CI"
|
||||
fi
|
||||
|
||||
git fetch origin ${{ github.event.pull_request.head.ref }}
|
||||
git rebase origin/${{ github.event.pull_request.head.ref }}
|
||||
git fetch origin ${{ github.ref_name }}
|
||||
git rebase origin/${{ github.ref_name }}
|
||||
echo "Rebased successfully"
|
||||
git push origin HEAD:${{ github.event.pull_request.head.ref }}
|
||||
git push origin HEAD:${{ github.ref_name }}
|
||||
echo "Pushed successfully"
|
||||
else
|
||||
echo "No recording changes"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue