Skip to content

Feat/GitHub release automation testing#4

Merged
schitizsharma merged 2 commits into
stagingfrom
feat/github-release-automation-testing
Jul 3, 2025
Merged

Feat/GitHub release automation testing#4
schitizsharma merged 2 commits into
stagingfrom
feat/github-release-automation-testing

Conversation

@schitizsharma
Copy link
Copy Markdown
Owner

Description

Fixes # (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

  • Scenario A
  • Scenario B

Screenshots or Recordings

Related PR's (If Any):

… workflow compatibility

Replace all references to github.event.inputs.environment and github.event.inputs.version
with inputs.environment and inputs.version to ensure the workflow functions correctly
when called as a reusable workflow via workflow_call trigger.

This change ensures the build-and-release.yml workflow can be successfully called
from release-approval.yml without build failures due to empty environment variables.

References:
- https://docs.github.com/en/actions/reference/accessing-contextual-information-about-workflow-runs#example-usage-of-the-inputs-context-in-a-reusable-workflow
- https://docs.github.com/en/actions/reference/events-that-trigger-workflows#providing-inputs
@schitizsharma schitizsharma merged commit 7e53f8d into staging Jul 3, 2025
4 of 7 checks passed
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.

1 participant