Skip to content

Commit

Permalink
fix(composer-pest): add missing env file variable
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Aug 1, 2024
1 parent 804aad3 commit 9e908fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer-pest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
steps:
- uses: myparcelnl/actions/composer-install@v4
id: install
if: ${{ inputs.image == '' }}
if: inputs.image == ''
with:
php-version: ${{ inputs.php-version }}

Expand All @@ -32,8 +32,8 @@ runs:
- name: 'Run Pest'
env:
ARGS: ${{ inputs.args }}
ENV_FILE: ${{ steps.env.outputs.env_file }}
IMAGE: ${{ inputs.image || steps.install.outputs.image }}

shell: bash
#language=bash
run: |
Expand Down

0 comments on commit 9e908fb

Please sign in to comment.