From 491a6ccf984c7890a38c55a1330eb7998455dcf9 Mon Sep 17 00:00:00 2001 From: Emilien Escalle Date: Tue, 29 Aug 2023 13:16:09 +0200 Subject: [PATCH] fix(workflows/release-actions): change use of deprecated input --- .github/workflows/release-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-actions.yml b/.github/workflows/release-actions.yml index 8f02bbfd..20a79f9b 100644 --- a/.github/workflows/release-actions.yml +++ b/.github/workflows/release-actions.yml @@ -47,7 +47,7 @@ jobs: files: | ./actions/* ./.github/workflows/* - dir_names_exclude_root: true + dir_names_exclude_current_dir: true - id: changed-variables shell: bash