Skip to content

bug: env vars are not set as uppercase #24

Open
@chrisjohnson00

Description

@chrisjohnson00

Given a YAML file structured as such:

features:
  ghcr:
    enabled: true

Using the following with on the action:

        with:
          file-path: '.github/docker_build_settings.yaml'
          separator: '_'
          export-env-variables: true

The resulting env var is:
features_ghcr_enabled=true

General standard is for env vars to be upper case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions