Skip to content

Commit

Permalink
fix(composer): expose the created env file filename
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Jul 31, 2024
1 parent edc4d2f commit ebc4203
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions composer-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ outputs:
description: 'The image name that was used to install dependencies. Can be used in subsequent jobs.'
value: ${{ steps.prepare.outputs.image }}

env-file:
description: 'The filename of the env file that was created.'
value: ${{ steps.env.outputs.filename }}

runs:
using: composite
steps:
Expand Down
4 changes: 4 additions & 0 deletions composer-update/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ outputs:
description: 'The image name that was used to install dependencies. Can be used in subsequent jobs.'
value: ${{ steps.install.outputs.image }}

env-file:
description: 'The filename of the env file that was created.'
value: ${{ steps.install.outputs.env-file }}

runs:
using: composite
steps:
Expand Down

0 comments on commit ebc4203

Please sign in to comment.