github-action icon indicating copy to clipboard operation
github-action copied to clipboard

Unexpected input 'flag-name='

Open osher opened this issue 5 years ago • 2 comments

Error:

Unexpected input 'flag-name', valid inputs are ['github-token', 'path-to-lcov', 'parallel', 'parallel-finished', 'coveralls-endpoint', 'base-path']

Config:

      - name: coveralls
        uses: coverallsapp/github-action@master
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}
          flag-name: ci-results.os-${{ matrix.os }}.node-${{ matrix.node }}.mongo-${{ matrix.mongo }}.redis-${{ matrix.redis }}
          parallel: true

Perhaps I should not use @master ? Should I lock it to a specific version?

osher avatar Jun 15 '20 12:06 osher

mm. here's a clue? https://github.com/coverallsapp/github-action/blob/master/action.yml#L5-L24

osher avatar Jun 15 '20 12:06 osher

see https://github.com/coverallsapp/github-action/issues/50

guglielmosanchini avatar Jun 15 '20 13:06 guglielmosanchini