You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modifying README to include instructions/examples for directory functionality (#183)
* Added some tests, not sure what else to try but gonna think of more examples
* forgot some files
* reverted package-lock.json
* Added empty dir test
* Cleaned up some extra spaces
* Add node modules and compiled JavaScript from main
* forgot to actually include functionality
* removed unnecessary files
* Update .gitignore
* Update .gitignore
* Update .gitignore
* thx david
* renamed searchFilesRec
* integrations test fix
* added examples to README
* added note about depth
* added additional note
* removed ticks
* changed version string
Co-authored-by: Jaiveer Katariya <[email protected]>
Co-authored-by: Oliver King <[email protected]>
Copy file name to clipboardexpand all lines: README.md
+16-13
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Following are the key capabilities of this action:
42
42
</tr>
43
43
<tr>
44
44
<td>manifests </br></br>(Required)</td>
45
-
<td>Path to the manifest files to be used for deployment</td>
45
+
<td>Path to the manifest files to be used for deployment. These can also be directories containing manifest files, in which case, all manifest files in the referenced directory at every depth will be deployed. Files not ending in .yml or .yaml will be ignored.</td>
46
46
</tr>
47
47
<tr>
48
48
<td>namespace </br></br>(Optional)
@@ -105,12 +105,11 @@ Following are the key capabilities of this action:
105
105
### Basic deployment (without any deployment strategy)
0 commit comments