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: step.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,9 @@ inputs:
31
31
- carthage_command: "bootstrap"
32
32
opts:
33
33
title: Carthage command to run
34
-
summary: Select a command to set up your dependencies with. The step will cache your dependencies only when using `bootstrap` in this input and you have `cache-pull` and `cache-push` steps in your workflow.
34
+
summary: Select a command to set up your dependencies. The step will cache your dependencies only when using `bootstrap` in this input and you have `cache-pull` and `cache-push` steps in your workflow.
35
35
description: |-
36
-
Select a command to set up your dependencies with.
36
+
Select a command to set up your dependencies.
37
37
38
38
The step will cache your dependencies only when using `bootstrap` in this input and you have `cache-pull` and `cache-push` steps in your workflow.
39
39
@@ -45,7 +45,7 @@ inputs:
45
45
Options added to the end of the Carthage call.
46
46
You can use multiple options, separated by a space character.
47
47
48
-
To see available command's options, call: `carthage help COMMAND`
48
+
To see available command's options, call `carthage help COMMAND`
0 commit comments