decimalturn/Setup VBA
Set up your GitHub Actions workflow to run VBA automations on a Windows runner.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| office-apps | Comma-separated Office apps to install and prepare. Only listed apps are installed; all others are excluded via ODT ExcludeApp to reduce installation time. Supported: Access, Excel, Outlook, PowerPoint, Publisher, Word. | no | Excel,Word,PowerPoint,Access |
| install-office | Whether to install Microsoft Office via Chocolatey. | no | true |
| office-package | Chocolatey package used to install Office when install-office=true. | no | office365proplus |
| office-language | Language/locale code for Office installation (e.g. fr-fr, de-de, es-es). Only used when install-office=true. | no | "" |
Outputs
| name | description |
|---|---|
| office-apps | Normalized, comma-separated Office apps that were prepared. |