diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 752c84028f..b174f905f8 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -19,7 +19,7 @@ jobs: # Get the list of changed files in the PR changed_files=$(git diff --name-only origin/${{ github.event.pull_request.base.ref }}...${{ github.sha }}) - echo changed_files + echo "$changed_files" # Check if CHANGELOG.md is in the list of changed files if echo "$changed_files" | grep -q '^CHANGELOG.md$'; then