Skip to content

Github env variable support when rendering variables #13

@jnus

Description

@jnus

You should be able to use the pre-existing GitHub environment variables, when specifying your variables in a json file. Both the GitHub and env context should be supported with the normal ${{ }} expression syntax.

E.g.

}
  "Name": "ApplicationSettings.Version",
  "Value": "1.0.0.${{ github.run_number }}",
  "Scope": {}
} 

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions