district09/Update drupal project
Updates drupal projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| drupal-install-profile | The install profile to use when installing Drupal | no | minimal |
| drupal-web-root | The web root (relative to the workspace root) | no | web |
| drupal-config-path | The config sync path (relative to the web root) | no | ../config/sync |
| drupal-extra-settings | Extra settings to add to settings.php. Do not include opening php tag. | no | "" |
| php-version | The PHP version to run on | no | 8.1 |
| branch | The branch to check for updates, defaults to the default branch | no | master |
| repman-host | The repman host for composer, if applicable | no | — |
| use-existing-config | Drupal install profiles with a hook_install cannot be installed with the --existing-config flag. You can set this parameter to disable it, defaults to true (enabled). | no | true |
| repository_token | — | yes | — |
| composer_repman_token | — | no | — |
| composer_github_token | — | no | — |
| committer | The committer name and email address in the format `Display Name <email@address.com>`. Defaults to the GitHub Actions bot user. | no | "" |
| author | The committer name and email address in the format `Display Name <email@address.com>`. Defaults to the user who triggered the workflow run. | no | "" |
Outputs
no outputs