Commit Graph

6 Commits

Author SHA1 Message Date
Conor Sloan 6c4739c768 Sanitize repo name when including in a layer title
These titles were previously including the filename as {org}/{repo}_{version} which means when clients download the layer they think it needs to be unwrapped into a folder called {org}.
This is not what we want, so we should instead rename the file as {org}-{repo}_{version}. e.g. from myorg/myrepo_myversion.zip to myorg-myrepo_myversion.zip
2023-11-23 14:37:29 +00:00
Conor Sloan c2bb735a45 add support for multiple paths in path input variable
This allows users to provide multiple filepaths to include in their action, whether they're files or folders.
2023-11-22 16:02:01 +00:00
Conor Sloan a45c53b2f2 add test case for semver formats 2023-11-22 14:25:27 +00:00
Conor Sloan ffca16d01f fix low hanging fruit linter errors 2023-11-22 12:41:53 +00:00
Conor Sloan 61de8fadb6 fix linter 2023-11-17 21:38:11 +00:00
Conor Sloan 8f0926c56a initial mvp version 2023-11-17 20:04:42 +00:00