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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,8 @@ The following input variable options can/must be configured:
34
34
|`dst_path`|Optional|The destination path to copy the file(s) or folder(s) to. For example `/wiki/` or `path/to/index.md`. |`src_path`|
35
35
|`dst_owner`|Required|The name of the owner of the repository to push to. For example `andstor`.||
36
36
|`dst_repo_name`|Required|The name of the repository to push to. For example `copycat-action`.||
37
-
|`src_branch`|Optional|The branch name of the source repository.|`master`|
38
-
|`dst_branch`|Optional|The branch name of the destination repository.|`master`|
37
+
|`src_branch`|Optional|The name of the branch in source repository to clone from.|`master`|
38
+
|`dst_branch`|Optional|The name of the branch in the destination repository to push to. If the branch doesn't exists, the branch will be created based on the default branch.|`master`|
39
39
|`clean`|Optional|Set to `true` if the `dst_path` should be emptied before copying.|`false`|
40
40
|`file_filter`|Optional|A simple [pattern](https://www.gnu.org/software/findutils/manual/html_mono/find.html#Shell-Pattern-Matching) for filtering files to be copied. Acts on file basename. For example `*.sh`.||
41
41
|`filter`|Optional|A glob pattern for filtering files to be copied. Acts on file paths. For example `**/!(*.*)`.||
0 commit comments