From 61783cfef345da7d6c158c8a1ecf7703c0d13309 Mon Sep 17 00:00:00 2001 From: Steven Wade Date: Fri, 17 Jan 2025 17:36:42 +0000 Subject: [PATCH] fix: allowing root directory to be specified. --- Makefile | 3 +-- README.md | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d7a7d83..d19b8ab 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,2 @@ -# make new-patch-release -new-%-release: +semtag-%: semtag final -s $* diff --git a/README.md b/README.md index bfb123e..24ba1f2 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ jobs: fetch-depth: 0 - id: kustomize-diff uses: swade1987/github-action-kustomize-diff@master + with: + root_dir: "./my-custom-path" - id: comment uses: unsplash/comment-on-pr@master env: