Skip to content

Commit

Permalink
fix samples
Browse files Browse the repository at this point in the history
  • Loading branch information
mkusaka committed Apr 16, 2022
1 parent 694f3e6 commit 663aadc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# orb.yml is "packed" from source, and not published directly from the repository.
orb.yml
.DS_Store
.DS_Store
.idea
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 <organization>
Copyright (c) 2022 mkusaka

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/@orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: >
# This information will be displayed in the orb registry and is not mandatory.
display:
home_url: "https://www.example.com/docs"
source_url: "https://www.github.com/mkusaka/path-filter-orb"
source_url: "https://github.com/mkusaka/path-filter-orb"

# If your orb requires other orbs, you can import them like this. Otherwise remove the "orbs" stanza.
# orbs:
Expand Down
4 changes: 2 additions & 2 deletions src/examples/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ description: >
usage:
version: 2.1
orbs:
<orb-name>: <namespace>/<orb-name>@1.2.3
path-filter: mkusaka/[email protected]
workflows:
use-my-orb:
jobs:
- <orb-name>/<job-name>
- mkusaka/greet

0 comments on commit 663aadc

Please sign in to comment.