Skip to content

fix: download Deployer manifest without logging its body#115

Open
whyujjwal wants to merge 1 commit into
deployphp:masterfrom
whyujjwal:fix/hide-manifest-in-logs
Open

fix: download Deployer manifest without logging its body#115
whyujjwal wants to merge 1 commit into
deployphp:masterfrom
whyujjwal:fix/hide-manifest-in-logs

Conversation

@whyujjwal
Copy link
Copy Markdown

Summary

  • downloads manifest.json to RUNNER_TEMP instead of echoing ~860 lines into action logs
  • when deployer-version is set explicitly, skips the manifest request and uses the canonical release URL
  • on manifest download failures, prints the saved response body to make curl errors easier to debug

Validation

  • npm run typecheck
  • npm test

Fixes #88

Made with Cursor

Save manifest.json to a runner temp file instead of piping curl output
into action logs. When deployer-version is set explicitly, build the
release URL directly and skip the manifest request entirely. On manifest
download failures, surface the saved response body to aid debugging.

Fixes deployphp#88

Co-authored-by: Cursor <cursoragent@cursor.com>
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.

How to remove manisfest from log ?

1 participant