From aceea9bedc97a93ae6b5c077316e3bf36f267904 Mon Sep 17 00:00:00 2001 From: Thomas De Meyer Date: Fri, 2 Feb 2024 16:15:44 +0100 Subject: [PATCH] feat(resource): Fixed changefile reference --- .github/actions/has-change-file/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/has-change-file/action.yaml b/.github/actions/has-change-file/action.yaml index 9f8e574d..3d41d8fa 100644 --- a/.github/actions/has-change-file/action.yaml +++ b/.github/actions/has-change-file/action.yaml @@ -18,7 +18,7 @@ runs: - '.changes/unreleased/**' - name: Check changes - if: steps.changes.outputs.src == 'true' + if: steps.changes.outputs.changes == 'true' shell: bash run: | echo "No new change file set in .changes/unreleased"