DEVX-48: Fix distribute_files multi-line $GITHUB_ENV heredoc syntax #74

Merged
emil merged 0 commits from DEVX-48-fix-distribute-files-github-env-multiline into master 2026-06-25 17:12:21 +00:00
Owner

Changes

distribute_files wrote multi-line ASSIGNED_FILES as key=value\nfile2\n which Gitea Actions parsed as separate lines, causing invalid format errors. All integration test runners were skipping the test step because ASSIGNED_FILES was corrupted.

Fix: Multi-line values now use the heredoc syntax (key<<EOF\n...\nEOF) as required by the $GITHUB_ENV file format.

This unblocks integration tests in the infra repo (OBL-INFRA-259).

Closes DEVX-48

## Changes `distribute_files` wrote multi-line `ASSIGNED_FILES` as `key=value\nfile2\n` which Gitea Actions parsed as separate lines, causing `invalid format` errors. All integration test runners were skipping the test step because `ASSIGNED_FILES` was corrupted. Fix: Multi-line values now use the heredoc syntax (`key<<EOF\n...\nEOF`) as required by the $GITHUB_ENV file format. This unblocks integration tests in the infra repo (OBL-INFRA-259). Closes DEVX-48
emil added the ready-to-merge label 2026-06-25 17:11:16 +00:00
emil reviewed 2026-06-25 17:11:44 +00:00
emil left a comment
Author
Owner

Automated PR Review

  • Architecture compliance: OK
  • Best practices: OK
  • Security: OK
  • i18n: OK
  • Resource management: OK
  • Documentation: WARNING — source files changed but no docs updated
  • Tests: OK
  • Commit conventions: OK

No issues found by automated checks.


Auto-merge: If all CI checks pass, this PR will be merged automatically.

## Automated PR Review - Architecture compliance: OK - Best practices: OK - Security: OK - i18n: OK - Resource management: OK - Documentation: WARNING — source files changed but no docs updated - Tests: OK - Commit conventions: OK No issues found by automated checks. --- **Auto-merge:** If all CI checks pass, this PR will be merged automatically.
emil merged commit 4df0602157 into master 2026-06-25 17:12:21 +00:00
emil deleted branch DEVX-48-fix-distribute-files-github-env-multiline 2026-06-25 17:12:21 +00:00
Sign in to join this conversation.