Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

How to remove manisfest from log ?

Open
#88 2 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
typescript
Domain
ci-cd

Research direction

Start at index.js around line 89 and reproduce the GitHub Action behavior that downloads manifest.json and prints its contents. Check how curl errors are currently surfaced, then verify that successful downloads no longer emit the manifest while error cases still expose the downloaded content. Confirm the result using an action run or the repository's available tests.

Written by the indexing model from the issue text.

Description

The file https://deployer.org/manifest.json is downloaded and the content is shown in logs, 860 lines...

image

I don't think it's possible to hide content currently: https://github.com/deployphp/action/blob/v1.0.23/index.js#L89.

In case of a curl error, keeping the log is valuable, I think.

What would be the right approach to fix the problem ?

Idea:

  1. Save manifest.json in file with curl option --output
  2. If no error parse it
  3. In case of error show the content file

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar
Dominant language
TypeScript
Stars
269
Forks
56
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from deployphp/action

All issues in deployphp/action

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.