Skip to content

Commit 0b9a4a3

Browse files
BanyikAnnatrapacska
authored andcommitted
language check carthage (#49)
1 parent 411d4db commit 0b9a4a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

step.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ inputs:
3131
- carthage_command: "bootstrap"
3232
opts:
3333
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.
3535
description: |-
36-
Select a command to set up your dependencies with.
36+
Select a command to set up your dependencies.
3737
3838
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.
3939
@@ -45,7 +45,7 @@ inputs:
4545
Options added to the end of the Carthage call.
4646
You can use multiple options, separated by a space character.
4747
48-
To see available command's options, call: `carthage help COMMAND`
48+
To see available command's options, call `carthage help COMMAND`
4949
5050
Format example: `--platform ios`
5151
- github_access_token: $GITHUB_ACCESS_TOKEN

0 commit comments

Comments
 (0)