We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6fd85 commit 1a1b9f0Copy full SHA for 1a1b9f0
README.md
@@ -32,6 +32,16 @@ jobs:
32
ls "/Applications/Microsoft PowerPoint.app"
33
```
34
35
+### Action Outputs
36
+
37
+The `setup-powerpoint` action will output these variables:
38
39
+- `path`: Installation path of Microsoft PowerPoint (e.g., `/Applications/Microsoft PowerPoint.app`).
40
+- `version`: Installed Microsoft PowerPoint version (`CFBundleShortVersionString`).
41
+- `build`: Build number (last component of `CFBundleVersion`).
42
+- `package`: Installer package file name used during installation.
43
+- `installer-url`: Full URL used to download the installer.
44
45
46
## License
47
0 commit comments