Frontmatter
| title | Remove duplicated case clause in file upload |
| author | emmanuel-ferdman |
| state | Merged |
| createdAt | Oct 20, 2025, 4:39 PM |
| updatedAt | Oct 20, 2025, 4:45 PM |
| closedAt | Oct 20, 2025, 4:45 PM |
| mergedAt | Oct 20, 2025, 4:45 PM |
| branches | dev ← dev |
| url | https://github.com/neomjs/neo/pull/7586 |
Merged

tobiu
commented on Oct 20, 2025, 4:45 PM
@emmanuel-ferdman A good catch! Ideally create tickets first to link PRs to them. I am accepting this one anyway.
Please make sure to read the Contributing Guidelines:
https://github.com/neomjs/neo/blob/dev/CONTRIBUTING.md
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
The PR fulfills these requirements:
devbranch, not themainbranchfix #xxx[,#xxx], where "xxx" is the issue number)If adding a new feature, the PR's description includes:
Other information: This really small maintenance PR removes a duplicate case clause in the file-upload action to prevent future bugs if only one copy gets updated.