Skip to content

Commit acb2321

Browse files
authored
fix: add missing variable assignment
1 parent d0a80b2 commit acb2321

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ runs:
7272
using: 'docker'
7373
image: 'Dockerfile'
7474
env:
75+
action_php_version: ${{ inputs.php_version }}
76+
action_composer_version: ${{ inputs.composer_version }}
7577
action_command: ${{ inputs.command }}
7678
action_only_args: ${{ inputs.only_args }}
7779
action_interaction: ${{ inputs.interaction }}

0 commit comments

Comments
 (0)