We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 054dd74 commit aa1b74dCopy full SHA for aa1b74d
.github/workflows/main.yml
@@ -83,6 +83,14 @@ jobs:
83
cd plugins/numencode
84
git clone https://github.com/numencode/wn-fundamentals-plugin.git fundamentals
85
86
+ - name: Download Winter.Translate plugin
87
+ env:
88
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
89
+ run: |
90
+ mkdir -p plugins/winter
91
+ cd plugins/winter
92
+ git clone https://github.com/wintercms/wn-translate-plugin.git translate
93
+
94
- name: Get Composer cache directory
95
id: composercache
96
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_ENV
0 commit comments