| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
This PR refactors GitHub Actions workflows by moving direct input variable usage into environment variables for improved readability and maintainability.
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/actions/release-branches/action.yml | Introduces env vars for MAJOR_VERSION and LATEST_TAG, and updates command args |
| .github/actions/prepare-test/action.yml | Adds env vars for VERSION and USE_ALL_PLATFORM_BUNDLE, and updates comparison logic |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR moves a number of uses of ${{ inputs.foo_bar }} into environment variables for the step in question.
Merge / deployment checklist