Skip to content

Commit

Permalink
Update examples/demo-custom-command/atmos.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <[email protected]>
  • Loading branch information
pkbhowmick and osterman authored Nov 7, 2024
1 parent cf4e147 commit 2879e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo-custom-command/atmos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ commands:
description: >-
The GitHub repository to fetch the stargazers count for.
e.g. cloudposse/atmos
required: false
required: true
default: cloudposse/atmos
steps:
- curl -s https://api.github.com/repos/{{ .Arguments.repo }} | jq -r .stargazers_count
Expand Down

0 comments on commit 2879e2c

Please sign in to comment.