Skip to content

feat: add debug flags as GitHub Action inputs - #153

Open
cyforkk wants to merge 1 commit into
codeforboston:masterfrom
cyforkk:feat/debug-flags-input
Open

feat: add debug flags as GitHub Action inputs#153
cyforkk wants to merge 1 commit into
codeforboston:masterfrom
cyforkk:feat/debug-flags-input

Conversation

@cyforkk

@cyforkk cyforkk commented Jul 29, 2026

Copy link
Copy Markdown

Summary

This PR resolves #150 by adding debug flags as GitHub Action workflow dispatch inputs.

Changes

  • Added inputs for and
  • Both inputs are boolean type with defaults matching previous behavior (true)
  • Modified the run step to build flags dynamically based on input values

Verification

  • Manual dispatch can override debug flags
  • Push triggers still work with default debug flags
  • Backward compatible with existing behavior

- Add workflow_dispatch inputs for debugsources and debugposters
- Use boolean type with defaults matching previous behavior
- Build flags dynamically based on input values

Closes codeforboston#150
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.

Add debug flags as Github Action Inputs

1 participant