checkout-files icon indicating copy to clipboard operation
checkout-files copied to clipboard

Github Action checkout only certain files

Results 10 checkout-files issues
Sort by recently updated
recently updated
newest added

checkout specific folder from different branch from a same repo does not work. In below code main is my default branch. But i am running the workflow on poc-5.7.7-vee branch...

I want to check out a json file and a script that processes it. The mode of the script is 775 (`rwxrwxr-x`). Using `actions/checkout` this is of course also restored....

Hi, I've tried this action on two of my repositories. My new test repository is working flawless, but I keep getting this error message on my older repo do you...

Now I get this error when I try to checkout from a non existent branch (master) I try main and master, so It works at main, but when it tries...

Closes #3 More info: https://github.blog/changelog/2022-05-03-increased-file-size-limit-when-retrieving-file-contents-via-rest-api/

During a recent workflow run, I attempted to use the `checkout-files` Action to checkout a fairly large `package-lock.json` file (npm lockfile) weighing in at about 2 MB. I received this...

During a recent workflow run, I attempted to use the `checkout-files` Action to checkout a fairly large `package-lock.json` file (npm lockfile) weighing in at about 2 MB. I received this...

Hi @Bhacaz, greetings. Can we clone a folder in a specific directory instead the root

I tried using the action to fetch a folder with 1,400 files (would have saved me fetching a repo with 140k files), but the action hit a rate limit: ```...

Closes https://github.com/Bhacaz/checkout-files/issues/3 Builds on the idea of PR: https://github.com/Bhacaz/checkout-files/pull/9 `format: raw` will return files up to 10MB. This pr provides a way to fallback to a `format: raw` request if...