Skip to content

Commit

Permalink
Composite actions need explicit shells
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Sep 4, 2023
1 parent 67c8342 commit c7880d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/setup-twfy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ runs:

- name: Get Composer Cache Directory
id: composer-cache
shell: bash
run: echo "dir=$(php composer.phar config cache-files-dir)" >> $GITHUB_OUTPUT

- uses: actions/cache@v3
Expand All @@ -29,5 +30,6 @@ runs:
restore-keys: ${{ runner.os }}-php-composer-

- name: Set up database and code
shell: bash
run: |
php composer.phar install --no-interaction

0 comments on commit c7880d3

Please sign in to comment.