Skip to content

Step name not displayed correctly in log viewer when using node-version #60

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sekhavati opened this issue Sep 14, 2019 · 2 comments
Closed

Comments

@sekhavati
Copy link

sekhavati commented Sep 14, 2019

Hi there! I have a basic workflow defined as below but within the Actions log viewer the step name is not correctly formatted when trying to substitute the node-version into it.

If this isn't the correct place to post such issues feel free to point me in the right direction. Really liking GitHub Actions so far though!!

Screenshot 2019-09-14 at 11 16 38 am

name: continuous-integration

on: [push]

jobs:
  build:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        node-version: [10.x]

    steps:
      - name: Checkout source code
        uses: actions/checkout@v1

      - name: Setup Node.js ${{ matrix.node-version }}
        uses: actions/setup-node@v1
        with:
          node-version: ${{ matrix.node-version }}
@sekhavati sekhavati changed the title Step name not displayed correctly when using node-version Step name not displayed correctly in log viewer when using node-version Sep 14, 2019
@okuryu
Copy link

okuryu commented Sep 14, 2019

Duplicate of #46

@sekhavati
Copy link
Author

Thanks @okuryu

deining pushed a commit to deining/setup-node that referenced this issue Nov 9, 2023
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](node-fetch/node-fetch@v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants