Skip to content

Commit

Permalink
fix: set orb tools name as in examples (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleTryon authored Jan 29, 2024
1 parent 527abb5 commit 82040cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ workflows:
- orb-tools-alpha/pack:
filters: *filters
- orb-tools-alpha/review:
orb_name: orb-tools-alpha
orb_name: orb-tools
filters: *filters
- shellcheck/check:
filters: *filters
Expand Down
2 changes: 1 addition & 1 deletion .circleci/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ workflows:
- orb-tools-alpha/pack:
filters: *filters
- orb-tools-alpha/review:
orb_name: <orb name>
orb_name: orb-tools
filters: *filters
- orb-tools-alpha/publish:
name: publish_dev_test
Expand Down

0 comments on commit 82040cb

Please sign in to comment.