Skip to content

Commit 3068d16

Browse files
committed
Remove further actions expressions.
1 parent 7e87ee1 commit 3068d16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/reusable-performance.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,10 @@ jobs:
186186
- name: Enable themes on Multisite
187187
if: ${{ inputs.multisite }}
188188
run: |
189-
npm run env:cli -- theme enable twentytwentyone --network --path="/var/www/${{ env.LOCAL_DIR }}"
190-
npm run env:cli -- theme enable twentytwentythree --network --path="/var/www/${{ env.LOCAL_DIR }}"
191-
npm run env:cli -- theme enable twentytwentyfour --network --path="/var/www/${{ env.LOCAL_DIR }}"
192-
npm run env:cli -- theme enable twentytwentyfive --network --path="/var/www/${{ env.LOCAL_DIR }}"
189+
npm run env:cli -- theme enable twentytwentyone --network --path="/var/www/${LOCAL_DIR}"
190+
npm run env:cli -- theme enable twentytwentythree --network --path="/var/www/${LOCAL_DIR}"
191+
npm run env:cli -- theme enable twentytwentyfour --network --path="/var/www/${LOCAL_DIR}"
192+
npm run env:cli -- theme enable twentytwentyfive --network --path="/var/www/${LOCAL_DIR}"
193193
194194
- name: Install WordPress Importer plugin
195195
run: npm run env:cli -- plugin install wordpress-importer --activate --path="/var/www/${LOCAL_DIR}"

0 commit comments

Comments
 (0)