Skip to content

Commit 73e3198

Browse files
author
Greg Bowler
committed
Merge remote-tracking branch 'origin/master'
2 parents 6271df6 + b28a7d8 commit 73e3198

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ Any arbitrary arguments can be passed to composer by using the `args` input, how
6060
+ `quiet` - Whether to suppress all messages - yes / no (default no)
6161
+ `args` - Optional arguments to pass - no constraints (default _empty_)
6262
+ `only_args` - Only run the desired command with this args. Ignoring all other provided arguments(default _empty_)
63+
+ `php_version` - Choose which version of PHP you want to use (7.1, 7.2, 7.3, 7.4 or 8.0)
64+
+ `composer_version` - Choose which version of Composer you want to use (1 or 2)
6365

6466
There are also SSH input available: `ssh_key`, `ssh_key_pub` and `ssh_domain` that are used for depending on private repositories. See below for more information on usage.
6567

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)