Skip to content

Conversation

erichung9060
Copy link

This PR corrects the documentation for the ram-size parameter in both the README.md and action.yml files by updating the example format.

Problem

The ram-size parameter documentation showed an inconsistent example format:

  • Example: e.g. 2048M
  • Description: "in KB or MB, denoted with K or M"

This suggested users should include the unit suffix in the parameter value, but the correct format expects just the numeric value.

Solution

Updated the examples in both files:

  • README.md: Changed e.g. 2048M to e.g. 2048
  • action.yml: Changed e.g. 2048M to e.g. 2048

The descriptive text about "denoted with K or M" remains unchanged to help users understand the unit notation, while the examples now show the correct parameter format that the action expects.

Copilot AI and others added 3 commits August 25, 2025 17:23
…3-972d-14ded32031c8

Fix ram-size parameter documentation: correct example format by removing 'M' suffix
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.

2 participants