You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- uses: luminsports/github-action-composer@mainwith:
# Disables installation of require-dev packages.no-dev: ""# Optimize autoloader during autoloader dump.# Default: trueoptimize-autoloader: ""# Optimize autoloader during autoloader dump.no-autoloader: ""# Forces installation from package dist (default behavior).# Default: trueprefer-dist: ""# Forces installation from package sources when possible, including VCS# information.prefer-source: ""# Whether to use cache.# Default: truecache: ""# Whether to create artifacts.# Default: trueartifact: ""# Name of generated artifact.# Default: composerartifact-name: ""# Name of generated artifact.# Default: vendor.tarartifact-path: ""# Number of days that the artifact should be retained for.# Default: 7artifact-retention-days: ""
Input
Description
Default
Required
no-dev
Disables installation of require-dev packages.
false
optimize-autoloader
Optimize autoloader during autoloader dump.
true
false
no-autoloader
Optimize autoloader during autoloader dump.
false
prefer-dist
Forces installation from package dist (default behavior).
true
false
prefer-source
Forces installation from package sources when possible, including VCS information.
false
cache
Whether to use cache.
true
false
artifact
Whether to create artifacts.
true
false
artifact-name
Name of generated artifact.
composer
false
artifact-path
Name of generated artifact.
vendor.tar
false
artifact-retention-days
Number of days that the artifact should be retained for.
7
false
Output
Description
Default
Required
checkstyle-result
Checkstyle report generate by php-cs-fixer
pull-request-number
The pull request number
pull-request-url
The URL of the pull request.
pull-request-operation
The pull request operation performed by the action, created, updated or closed.