Skip to content

Show installed version in action log #50

@rdaumann

Description

@rdaumann

I use actions/setup-python@v1 in my project with a version constraint like this python-version: '3.x'. In the actions log i can not see the actually installed version, like it is the case for actions/setup-elixir@v1.2.0 where I also use a version constraint. It would be nice if we could extend the output.

Output for this action:

Run actions/setup-python@v1
  with:
    python-version: 3.x
    architecture: x64
Added matchers: 'python'. Problem matchers scan action output for known warning or error strings and report these inline.

Output for setup-elixir:

Run actions/setup-elixir@v1.2.0
  with:
    otp-version: 22.x
    elixir-version: 1.9.x
    install-hex: true
    install-rebar: true
Installing OTP 22.2.1
Installing Elixir v1.9.4 <--- this line

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