mirror of
https://github.com/actions/checkout.git
synced 2025-07-18 18:09:24 +02:00
Merge remote-tracking branch 'origin/main' into add-shallow-since-2025
This commit is contained in:
commit
50ecf51910
115 changed files with 43875 additions and 52299 deletions
|
@ -183,7 +183,7 @@ GITHUB_WORKSPACE=/home/runner/work/foo/foo
|
|||
RUNNER_WORKSPACE=/home/runner/work/foo
|
||||
```
|
||||
|
||||
V2 introduces a new contraint on the checkout path. The location must now be under `github.workspace`. Whereas the checkout@v1 constraint was one level up, under `runner.workspace`.
|
||||
V2 introduces a new constraint on the checkout path. The location must now be under `github.workspace`. Whereas the checkout@v1 constraint was one level up, under `runner.workspace`.
|
||||
|
||||
V2 no longer changes `github.workspace` to follow wherever the self repo is checked-out.
|
||||
|
||||
|
@ -289,4 +289,4 @@ Note:
|
|||
- Update samples to consume `actions/checkout@v2`
|
||||
- Job containers now require git in the PATH for checkout, otherwise fallback to REST API
|
||||
- Minimum git version 2.18
|
||||
- Update problem matcher logic regarding source file verification (runner)
|
||||
- Update problem matcher logic regarding source file verification (runner)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue