Skip to content

Commit c046763

Browse files
committed
Add required shell property for composite action run commands
1 parent c5084c8 commit c046763

File tree

1 file changed

+2
-0
lines changed
  • .github/actions/build-design-system-docs

1 file changed

+2
-0
lines changed

.github/actions/build-design-system-docs/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ runs:
1313

1414
# 2. Install dependencies for just the design-system-docs package
1515
- run: yarn workspaces focus --production @automattic/design-system-docs
16+
shell: bash
1617

1718
# 3. Build the design-system-docs workspace
1819
- name: Build design system docs
1920
run: yarn workspace @automattic/design-system-docs build
21+
shell: bash

0 commit comments

Comments
 (0)