Skip to content

Commit

Permalink
Update step.yml (#154)
Browse files Browse the repository at this point in the history
* Update step.yml

Fix typo in `fetch_tags` input description key.

* Update fetch_tags input description.
  • Loading branch information
godrei authored Mar 29, 2021
1 parent 5a5f284 commit fe421b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ inputs:
opts:
category: Clone Config
title: Should the Step fetch tags?
descriptions: |-
yes - fetches all the tags (add `--tags` to git fetch calls)
no - does not fetch any tags (add `--no-tags` to git fetch calls)
description: |-
yes - fetch all tags from the remote by adding `--tags` flag to git fetch calls
no - disable automatic tag following by adding `--no-tags` flag to git fetch calls
value_options:
- "yes"
- "no"
Expand Down

0 comments on commit fe421b4

Please sign in to comment.