We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd346ac commit cb9fa5cCopy full SHA for cb9fa5c
actions/install-dependencies/action.yml
@@ -32,6 +32,7 @@ runs:
32
- name: Run npm ci
33
if: ${{ inputs.RUN_NPM_INSTALL == '1' }}
34
run: npm ci
35
+ shell: bash
36
working-directory: ./phpBB3/phpBB/ext/${{ inputs.EXTNAME }}
37
38
- name: Cache Composer dependencies
@@ -47,4 +48,5 @@ runs:
47
48
- name: Install Composer dependencies
49
if: ${{ inputs.RUN_COMPOSER_INSTALL == '1' }}
50
run: composer install
51
52
0 commit comments