diff options
| author | Felipe Contreras <felipe.contreras@gmail.com> | 2025-01-19 04:18:37 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-19 11:18:37 +0100 |
| commit | 8c5b71b2f430283d0e9404ad1d2b470ed336aaab (patch) | |
| tree | b51604bf2722df71378c294e5272fc6eec89dd23 /.github/dependencies.yml | |
| parent | 028d65363230b4aa54f3aaa14e03237243a2f1d8 (diff) | |
| download | zsh-8c5b71b2f430283d0e9404ad1d2b470ed336aaab.tar.gz zsh-8c5b71b2f430283d0e9404ad1d2b470ed336aaab.tar.bz2 zsh-8c5b71b2f430283d0e9404ad1d2b470ed336aaab.zip | |
ci(deps): update `gitfast` to its new structure (#12922)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
Diffstat (limited to '.github/dependencies.yml')
| -rw-r--r-- | .github/dependencies.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/dependencies.yml b/.github/dependencies.yml index 3386e55a0..2c92aee52 100644 --- a/.github/dependencies.yml +++ b/.github/dependencies.yml @@ -5,8 +5,10 @@ dependencies: version: tag:v2.1 postcopy: | set -e - rm -rf git-completion.plugin.zsh Makefile README.adoc t tools - test -e git-completion.zsh && mv -f git-completion.zsh _git + rm -rf git-completion.plugin.zsh Makefile t tools + mv README.adoc MANUAL.adoc + mv -f src/* . + rmdir src plugins/gradle: repo: gradle/gradle-completion branch: master |
