Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ErcinDedeoglu committed Nov 8, 2023
1 parent 535148d commit a49b334
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sync-whisper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
git config --local user.name 'github-actions[bot]'
git config --local user.email 'github-actions[bot]@users.noreply.github.com'
git show-ref --verify --quiet refs/heads/$tag && git checkout $tag || git checkout -b $tag
git stash
git pull --rebase origin $tag || true
git stash pop || true
git add src/whisper
git commit -m "Sync whisper.cpp to $tag" || echo "No changes to commit"
git push origin $tag
Expand Down

0 comments on commit a49b334

Please sign in to comment.