sb-ghvcs/actions-symlinks
Create symlinks or shortcuts for self-hosted runners
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source-path | The source path to create the symlink or shortcut for | yes | — |
| destination-directory | The destination directory where you want to create the symlink | yes | — |
| symlink-name | The name of the symlink or shortcut | no | "" |
| comment | [WINDOWS ONLY] Metadata file "comment" property. Description of what the shortcut would open. | no | "" |
| icon-path | Image shown on the shortcut icon | no | "" |
| arguments | [WINDOWS ONLY] Additional arguments passed in to the end of your target | no | "" |
| window-mode | [WINDOWS ONLY] How the window should be displayed by default. Valid inputs: normal, maximized, minimized. Defaults to normal | no | normal |
| hot-key | [WINDOWS ONLY] A global hotkey to associate to opening this shortcut, like CTRL+ALT+F | no | "" |
| working-directory | [WINDOWS ONLY] The working directory for the shortcut when it launches, must be a valid path to a folder | no | "" |
| type | [LINUX ONLY] Type of shortcut. Valid inputs: Link, Directory, Application | no | "" |
| chmod | [LINUX ONLY] If true, will apply a `chmod +x` (755) to the shortcut after creation to allow execution permission | no | false |
Outputs
| name | description |
|---|---|
| source-path | Absolute path to the source of the symlink |
| output-path | Absolute path to the created symlink |