Skip to content
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

Support git workspace directory different from GITHUB_WORKSPACE. #200

Open
zuckerruebe opened this issue Mar 21, 2024 · 0 comments
Open

Comments

@zuckerruebe
Copy link

Hi there

When I change the locating of my git working directory to not be GITHUB_WORKSPACE any more I get the following error:

Run coverallsapp/github-action@master
  with:
    github-token: ***
    base-path: pytrnsys_gui
    path-to-lcov: test-results/coverage.lcov
    coveralls-endpoint: https://coveralls.io/
    debug: false
  env:
    PYTRNSYS_DEPENDENCY_CHANGED: false
Using lcov file: test-results/coverage.lcov
Error:  "2024-03-21T10:20:50.198Z"  'error from getOptions'
Error: Error: Command failed: git cat-file -p 0d6091d8b57ef9e37bd44fb7ed8ead3b523ee6c2
fatal: Not a valid object name 0d6091d8b57ef9e37bd44fb7ed8ead3b523ee6c2

As you can see I've tried using base-path but I imagine that's not "good enough" to specify that my git working directory is somewhere else. Is there any way to change the path to the git working directory?

Thanks

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

1 participant