checkout
checkout copied to clipboard
Action for checking out a repo
Assume a Github action with two Jobs - job1 & job2 In job1: Use checkout action to checkout the repo, update any file in the repo, commit and push the...
Hello, Github Actions that we’ve written and used in the past (both public and private repos) have been using this Action successfully, e.g. [here](https://github.com/jenstroeger/python-package-template/blob/e5a047f9b0eeef74d06250eb1b63f73c6b63849b/.github/workflows/codeql-analysis.yaml#L42-L43): ```yaml - name: Checkout repository uses:...
Similar/same as https://github.com/actions/checkout/issues/237 https://github.com/actions/checkout/issues/299 https://github.com/actions/checkout/issues/626 https://github.com/actions/checkout/issues/504 This issue isn't resolved on v3. It's very unexpected that instead of checking out the actual code I'm working on in the PR, the...
Hello actions / checkout team :wave: We have a report of actions checkout@v2 failing in an actions enabled beta on GHES 2.22 with the following message: ``` failed, reason: self...
Hey! Is there a way to get a `ref` to work like an optional OR? For example: ``` // GITHUB_HEAD_REF being the name of the branch if my google-foo didn't...
Hi checkout team, I'm having an issue when actions/checkout@v2 is trying to delete the repository: I tried to change the permissions of the file but still happening, this has been...
### Discussed in https://github.com/actions/checkout/discussions/798 Originally posted by **devminded** May 20, 2022 # Support sparse checkouts ## Purpose When using large project with many modules (AKA monorepo) being able to do...
The file contains a typo __Originally posted by @KaevonD in https://github.com/zxing/zxing/issues/1548__
This doesn't block merging because the action run doesn't fail but it is still very annoying because it doesn't count as a successful run either
I'm confused about what this repository is and how I would use this or who would use this. I see that `GroundControlToMajorTom` talks to both Apple (`https://api.push.apple.com`) and Google (`https://fcm.googleapis.com`)...