github-action
github-action copied to clipboard
Unexpected input 'flag-name='
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?
mm. here's a clue? https://github.com/coverallsapp/github-action/blob/master/action.yml#L5-L24
see https://github.com/coverallsapp/github-action/issues/50