Skip to content

Commit

Permalink
[semver:patch] 👍 Change the example to my recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
masutaka committed Jan 20, 2021
1 parent be205d3 commit 35c83e8
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/examples/tfupdate_and_create_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@ usage:
version: 2.1

orbs:
# Use specific version
# Set major version to `x`
# see. https://github.com/masutaka/circleci-tfupdate-orb/releases
tfupdate: masutaka/tfupdate@x.y.z
tfupdate: masutaka/tfupdate@x

# or
# Use latest version
# Set specific version to `x.y.z`
# see. https://github.com/masutaka/circleci-tfupdate-orb/releases
# tfupdate: masutaka/tfupdate@x.y.z

# or
# Use edge version
# tfupdate: masutaka/tfupdate@volatile

tfupdate:
Expand Down

0 comments on commit 35c83e8

Please sign in to comment.