Skip to content

Commit fa6a5d4

Browse files
committed
fix env slug
1 parent 70c5f33 commit fa6a5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
WP_AUTH_STORAGE: wp-auth.json
3535
WP_USERNAME: admin
3636
WP_PASSWORD: password
37-
STACKABLE_SLUG: stackable-$VERSION_SUFFIX
37+
STACKABLE_SLUG: stackable-${{ env.VERSION_SUFFIX }}
3838
run: npm run test
3939
- uses: actions/upload-artifact@v4
4040
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)