We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a80b2 commit acb2321Copy full SHA for acb2321
action.yml
@@ -72,6 +72,8 @@ runs:
72
using: 'docker'
73
image: 'Dockerfile'
74
env:
75
+ action_php_version: ${{ inputs.php_version }}
76
+ action_composer_version: ${{ inputs.composer_version }}
77
action_command: ${{ inputs.command }}
78
action_only_args: ${{ inputs.only_args }}
79
action_interaction: ${{ inputs.interaction }}
0 commit comments