Default Environment
ActionsTags
(2)A github action that populates the workflow context env map with the default environment variables available in all environments.
After running this action, each subsequent step will have access to these variables through the env context.
Basic:
- uses: Actions-R-Us/default-env@v1To modify the values of the environment variables seen by this action, modify the env map of this action.
- uses: Actions-R-Us/default-env@v1
env:
GITHUB_ACTOR: 'github'
GITHUB_REF: 'master'After running this action, the environment variables specified will replace the default ones
Default Environment is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.