Skip to content

Commit 61783cf

Browse files
committed
fix: allowing root directory to be specified.
1 parent b7d33b6 commit 61783cf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
# make new-patch-release
2-
new-%-release:
1+
semtag-%:
32
semtag final -s $*

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
fetch-depth: 0
3434
- id: kustomize-diff
3535
uses: swade1987/github-action-kustomize-diff@master
36+
with:
37+
root_dir: "./my-custom-path"
3638
- id: comment
3739
uses: unsplash/comment-on-pr@master
3840
env:

0 commit comments

Comments
 (0)