diff options
| author | Atk <git@heyatk.com> | 2024-05-09 15:57:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-09 16:57:30 +0200 |
| commit | 5947c3c3c91d04fa0bff45866938027b85b56c6e (patch) | |
| tree | ca8cb5cb8393bded5d801dbd01fa1c0a13131f24 /.github/dependencies.yml | |
| parent | b0561d28b5a3efbbcca4700626fa32e62c23959b (diff) | |
| download | zsh-5947c3c3c91d04fa0bff45866938027b85b56c6e.tar.gz zsh-5947c3c3c91d04fa0bff45866938027b85b56c6e.tar.bz2 zsh-5947c3c3c91d04fa0bff45866938027b85b56c6e.zip | |
feat(dependencies): add `wd` (#12405)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
Diffstat (limited to '.github/dependencies.yml')
| -rw-r--r-- | .github/dependencies.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/dependencies.yml b/.github/dependencies.yml index f760ddcef..a105f440d 100644 --- a/.github/dependencies.yml +++ b/.github/dependencies.yml @@ -36,3 +36,11 @@ dependencies: precopy: | set -e find . ! -name _gradle ! -name LICENSE -delete + plugins/wd: + repo: mfaerevaag/wd + branch: master + version: tag:v0.6.0 + precopy: | + set -e + rm -r test + rm install.sh tty.gif wd.1 |
