Skip to content

Commit cb9fa5c

Browse files
committed
shell must be defined for run steps in action.yml
1 parent cd346ac commit cb9fa5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

actions/install-dependencies/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ runs:
3232
- name: Run npm ci
3333
if: ${{ inputs.RUN_NPM_INSTALL == '1' }}
3434
run: npm ci
35+
shell: bash
3536
working-directory: ./phpBB3/phpBB/ext/${{ inputs.EXTNAME }}
3637

3738
- name: Cache Composer dependencies
@@ -47,4 +48,5 @@ runs:
4748
- name: Install Composer dependencies
4849
if: ${{ inputs.RUN_COMPOSER_INSTALL == '1' }}
4950
run: composer install
51+
shell: bash
5052
working-directory: ./phpBB3/phpBB/ext/${{ inputs.EXTNAME }}

0 commit comments

Comments
 (0)