php-actions / composer

Use the Composer CLI in your Github Actions.
177 stars 56 forks source link

Custom ssh port support #85

Closed alexdenvir closed 2 years ago

alexdenvir commented 2 years ago

Adds support for using a non-standard ssh port when using a private repository configured with the ssh_domain option.

g105b commented 2 years ago

Great! Thank you. I'll add a test to php-actions/example-composer and merge soon.