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
| direction | string | true | | Direction of transfer, either: `upload`<br>or `download` |
70
-
| if-no-files-found | string | false | `"error"` | The desired behavior if no<br>files are found using the<br>provided path. Available Options: warn:<br>Output a warning but do<br>not fail the action error:<br>Fail the action with an<br>error message ignore: Do not<br>output any warnings or errors,<br>the action does not fail<br> |
71
-
| name | string | false | | Artifact name: defaults to `checkout`<br>if checkout input is `true`,<br>otherwise, please provide a value<br> |
72
-
| path | string | false | `"./"`| Defaults to `./` - additionally,<br>the meaning of`path` is:<br>if directionis `upload`: a<br>file, directoryor wildcard pattern<br>that describeswhat to upload;<br>if direction is `download`: destination<br>path |
| direction | string | true | | Direction of transfer, either: `upload`<br>or `download` |
70
+
| if-no-files-found | string | false | `"error"` | The desired behavior if no<br>files are found using the<br>provided path. Available Options: warn:<br>Output a warning but do<br>not fail the action error:<br>Fail the action with an<br>error message ignore: Do not<br>output any warnings or errors,<br>the action does not fail<br> |
71
+
| name | string | false | | Artifact name: defaults to `checkout`<br>if checkout input is `true`,<br>otherwise, please provide a value<br> |
72
+
| path | string | false | | ⚠️ Conditional defaults! - if<br>`checkout` is `true`; then defaults<br>to `./.git/` - if `checkout`<br>is `false`; then defaults to<br>`./` Additionally, the meaning of<br>`path` is:- if direction<br>is `upload`: afile, directory<br>or wildcard patternthat describes<br>what to upload; - if<br>direction is `download`: destination path<br> |
0 commit comments