Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ See [action.yml](action.yml) and the underlying script [`typisttech/php-matrix`]
# Default: composer.json
composer-json: some/path/to/composer.json

# Version format.
# Version format
#
# Available modes:
# - `minor-only`: Report `MAJOR.MINOR` versions only
Expand All @@ -54,7 +54,7 @@ See [action.yml](action.yml) and the underlying script [`typisttech/php-matrix`]
# Default: minor-only
mode: full

# Source of releases information.
# Source of releases information
#
# Available sources:
# - `auto`: Use `offline` in `minor-only` mode. Otherwise, fetch from [php.net]
Expand All @@ -67,7 +67,7 @@ See [action.yml](action.yml) and the underlying script [`typisttech/php-matrix`]
# Default: auto
source: offline

# PHP Matrix version.
# PHP Matrix version
#
# The version of [php-matrix] to use. Leave blank for latest. For example: v1.0.2
#
Expand All @@ -78,7 +78,7 @@ See [action.yml](action.yml) and the underlying script [`typisttech/php-matrix`]

# Verify Attestation
#
# Whether to verify PHP matrix tarball attestation.
# Whether to verify PHP matrix tarball attestation
#
# Default: true
verify-attestation: false
Expand Down
Loading