GitHub Environment Variables Action
Version updated for https://github.com/FranzDiebold/github-env-vars-action to version v2.9.0.
- This action is used across all versions by 4,489 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The GitHub Environment Variables Action is a GitHub Action designed to expose and standardize key environment variables related to a repository, such as repository owner, name, branch, tags, and references, often in a slugged format for consistent usage. It simplifies workflows by providing easy access to these variables, reducing the need for custom scripts and enhancing automation. This action is especially useful for tasks like CI/CD pipelines, where repository metadata is frequently required.
What’s Changed
Update Node.js version to 24.