Skip to content

Normalize action inputs and tighten required fields#774

Merged
Spartan322 merged 1 commit into
masterfrom
fix/action-inputs
Jun 18, 2026
Merged

Normalize action inputs and tighten required fields#774
Spartan322 merged 1 commit into
masterfrom
fix/action-inputs

Conversation

@Spartan322

Copy link
Copy Markdown
Member

Make several inputs explicit/required and simplify types in GitHub Action metadata:

  • Mark identifier, target, platform, arch as required
  • Replace choice value with suggestions in description strings for target/platform/arch
  • Expand arch suggestion to include x86_32
  • Convert boolean inputs to string defaults ('true'/'false')
  • Remove superfluous required: false input values

Make several inputs explicit/required and simplify types in GitHub Action metadata:
- Mark identifier, target, platform, arch as required
- Replace choice value with suggestions in description strings for target/platform/arch
- Expand arch suggestion to include x86_32
- Convert boolean inputs to string defaults ('true'/'false')
- Remove superfluous `required: false` input values
@Spartan322 Spartan322 requested a review from a team as a code owner June 18, 2026 14:08
@Spartan322 Spartan322 added bug Something isn't working meta labels Jun 18, 2026
@Spartan322 Spartan322 enabled auto-merge June 18, 2026 14:11
@Spartan322 Spartan322 added this pull request to the merge queue Jun 18, 2026
Merged via the queue into master with commit 3489bc9 Jun 18, 2026
9 checks passed
@Spartan322 Spartan322 deleted the fix/action-inputs branch June 18, 2026 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working meta

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants