Skip to content

Fix output file list to use spaces instead of commas#35

Merged
goruha merged 1 commit intomainfrom
fix-commit-files-pattern
Mar 19, 2026
Merged

Fix output file list to use spaces instead of commas#35
goruha merged 1 commit intomainfrom
fix-commit-files-pattern

Conversation

@goruha
Copy link
Copy Markdown
Contributor

@goruha goruha commented Mar 19, 2026

what

  • Change the file output variable separator from commas to spaces (${files// /,}${files// / })

why

  • The previous substitution replaced spaces with commas, which produced an incorrect file pattern for downstream steps (e.g. git-auto-commit-action's file_pattern expects space-separated paths)
  • This was a no-op substitution bug — the intent was to preserve space-separated file paths, not convert them to comma-separated

references

  • Downstream usage in stefanzweifel/git-auto-commit-action file_pattern input

@goruha goruha changed the title Fix whitespace handling in output file variable Fix output file list to use spaces instead of commas Mar 19, 2026
@goruha goruha merged commit bdc647d into main Mar 19, 2026
8 checks passed
@goruha goruha deleted the fix-commit-files-pattern branch March 19, 2026 22:52
@github-actions
Copy link
Copy Markdown

These changes were released in v3.1.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant