Skip to content

issues Search Results · repo:mheap/octokit-commit-multiple-files language:JavaScript

Filter by

10 results
 (80 ms)

10 results

inmheap/octokit-commit-multiple-files (press backspace or delete to remove)

const input = [ { message: Update README , files: { README.md : some content } }, { message: remove file , filesToDelete: [ settings.json ] } ] Call: await OCTOKIT.createOrUpdateFiles({ ...
  • kvenkat367
  • Opened 
    on Sep 19, 2024
  • #125

Hi, I get this error when using (currently latest) @octokit/rest v19.0.13: TypeError: Cannot destructure property decorations of endpointMethodsMap.get(...).get(...) as it is undefined. at Object.get ...
  • futhr
  • 1
  • Opened 
    on Jul 7, 2023
  • #110

Are there any plans to allow the content to have an option to base64 encoded? or if this is already supposed how do I specify that my file(s) is(are) base64 encoded?
  • dhammikab
  • 1
  • Opened 
    on May 26, 2022
  • #66

Hey, thank you for creating this great package. It would be really nice if it could be shipped with TypeScript definitions for the TypeScript folks in the crowd.
  • iddan
  • 2
  • Opened 
    on May 17, 2022
  • #64

Using the instructions provided on https://github.com/actions/toolkit/tree/main/packages/github#extending-the-octokit-instance: const github = require( @actions/github ); const { GitHub, getOctokitOptions ...
  • solarmosaic-kflorence
  • 3
  • Opened 
    on Dec 6, 2021
  • #47

I would like to get the SHA(s) of the commits that were created as part of the return value (currently only branchName).
  • solarmosaic-kflorence
  • 2
  • Opened 
    on Dec 6, 2021
  • #46

I seem to be getting the following error: Cannot set property createOrUpdateFiles of undefined When using this project using the following code example: import { Octokit } from @octokit/core ; ...
  • danpetitt
  • 1
  • Opened 
    on Dec 1, 2021
  • #45

Hello everybody. In a project a try to use octokit-commit-multiple-files. Its working well but i would like to add in my commit an author and a commiter. I manage to do this when i use the function createOrUpdateFileContents ...
  • LHumblot
  • 5
  • Opened 
    on Oct 28, 2020
  • #11

Regarding https://github.com/mheap/octokit-commit-multiple-files/pull/7 Is the current release working for you? Logging octokit.repos.getContent prints undefined. octokit.repos.getContents issues the ...
  • Akrabut
  • 3
  • Opened 
    on Oct 18, 2020
  • #10

Hello! I ve incorporated this library in my (private) project (great job by the way!). I need an additional functionality that will allow me to use a single commit for not only file updates and creations, ...
  • Akrabut
  • 11
  • Opened 
    on Sep 29, 2020
  • #6
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub