-
Notifications
You must be signed in to change notification settings - Fork 258
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
Couldn't Find Repository in GitHub Actions #232
Comments
Hi @stevenvachon can you link me to your repo? Or, if it's private, paste your workflow.yml file here. |
Personally I notice the branch name doesn't show up after switching to GitHub Actions. I do have |
Hi @XhmikosRand @stevenvachon it would be best to switch to the official Action: https://github.com/marketplace/actions/coveralls-github-action Otherwise, you can fix the missing branch by explicitly setting this env var in the step:
|
To clarify, the correct is this: env:
COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_REPO_TOKEN }}"
COVERALLS_GIT_BRANCH: "${{ github.ref }}" But this results in As for the GitHub Action, I wasn't even aware there was one. I would switch to it, but I don't like the extra comments, which from the docs, I can't see any way to disable them. |
Do we no longer need to |
I just switched from Travis CI to GitHub Actions (beta) and it's failing. Nothing else in the repo was changed.
This seems very similar to #231.
I tried adding
COVERALLS_REPO_TOKEN
env var, per #166, which fixed it. Should this be necessary, though?The text was updated successfully, but these errors were encountered: