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
a.Describe(&c.Connection, "The parameters with which to connect to the remote host.")
42
42
a.Describe(&c.Triggers, "Trigger replacements on changes to this input.")
43
-
a.Describe(&c.LocalAsset, "An asset to upload. It must be a path based asset. Only one of LocalAsset or LocalArchive can be set.")
44
-
a.Describe(&c.LocalArchive, "An archive to upload. It must be a path based archive. Only one of LocalAsset or LocalArchive can be set.")
43
+
a.Describe(&c.Asset, "An asset to upload as the source of the copy. It must be a path based asset. Only one of LocalAsset or LocalArchive can be set.")
44
+
a.Describe(&c.Archive, "An archive to upload as the source of the copy. It must be a path based archive. Only one of LocalAsset or LocalArchive can be set.")
45
45
a.Describe(&c.RemotePath, "The destination path in the remote host.")
0 commit comments