Skip to content

Commit f7ffe9d

Browse files
committed
doc
1 parent 0f85d87 commit f7ffe9d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ This action has no dependencies except for `git`, the `bash` shell and common *n
88
`awk`, `sed` and GNU coreutils (`mkdir, cp, rm, ls, cat, echo, printf`). This means it won't run on Windows
99
runners; use `if: runner.os != 'Windows'` to exclude those in the workflow.
1010

11+
Git features required by this action:
12+
- `git worktree add --detach` (documented in Git 2.5.6)
13+
- `git branch --format` (present in Git 2.13.7, absent in 2.12.5)
14+
- `git rev-parse --is-shallow-repository` (added in Git 2.15 release notes)
15+
16+
Therefore, use **Git 2.15.0 or newer**.
17+
1118
## Usage
1219

1320
You need to have given write permissions for the for the workflow.

0 commit comments

Comments
 (0)