Skip to content

Commit

Permalink
feat(dependencies): add wd (#12405)
Browse files Browse the repository at this point in the history
Co-authored-by: Carlo Sala <[email protected]>
  • Loading branch information
alpha-tango-kilo and carlosala committed May 9, 2024
1 parent b0561d2 commit 5947c3c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5947c3c

Please sign in to comment.