sb-ghvcs/actions-symlinks

Create symlinks or shortcuts for self-hosted runners

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
source-pathThe source path to create the symlink or shortcut foryes
destination-directoryThe destination directory where you want to create the symlinkyes
symlink-nameThe name of the symlink or shortcutno""
comment[WINDOWS ONLY] Metadata file "comment" property. Description of what the shortcut would open.no""
icon-pathImage shown on the shortcut iconno""
arguments[WINDOWS ONLY] Additional arguments passed in to the end of your targetno""
window-mode[WINDOWS ONLY] How the window should be displayed by default. Valid inputs: normal, maximized, minimized. Defaults to normalnonormal
hot-key[WINDOWS ONLY] A global hotkey to associate to opening this shortcut, like CTRL+ALT+Fno""
working-directory[WINDOWS ONLY] The working directory for the shortcut when it launches, must be a valid path to a folderno""
type[LINUX ONLY] Type of shortcut. Valid inputs: Link, Directory, Applicationno""
chmod[LINUX ONLY] If true, will apply a `chmod +x` (755) to the shortcut after creation to allow execution permissionnofalse
namedescription
source-pathAbsolute path to the source of the symlink
output-pathAbsolute path to the created symlink