-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
25 lines (25 loc) · 902 Bytes
/
action.yml
File metadata and controls
25 lines (25 loc) · 902 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: 'Setup Microsoft PowerPoint for Mac'
description: 'Set up Microsoft PowerPoint for Mac in the GitHub Actions runner.'
author: 'Cisco Systems, Inc.'
branding:
icon: play
color: orange
inputs:
package:
description: 'Optional custom Microsoft PowerPoint installer package name (.pkg)'
required: false
default: 'Microsoft_PowerPoint_16.103.25113013_Updater.pkg'
outputs:
path:
description: 'Installation path of Microsoft PowerPoint (e.g., /Applications/Microsoft PowerPoint.app)'
version:
description: 'Microsoft PowerPoint version (value of CFBundleShortVersionString)'
build:
description: 'Microsoft PowerPoint build number (last component of CFBundleVersion)'
package:
description: 'Installer package file name used for installation'
installer-url:
description: 'Installer URL used for installation'
runs:
using: 'node24'
main: 'dist/index.js'