RocketChat / Apps.RC.AI.Programmer

Generate short code snippets in various languages using LLMs within Rocket.Chat. Share directly or create pull requests on GitHub.
1 stars 0 forks source link

Check whether the file already exists when uploading files to Github #35

Closed RyanbowZ closed 1 month ago

RyanbowZ commented 1 month ago

By simply adopting the put request using github apis, when the uploaded files already exist, it requires to provide sha to update it. So in the first step we need to try to get the file and if that succeed we need to provide sha subsequently.