generated from getsentry/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Could not find repository from '.' #22
Comments
PatrickHeneise
changed the title
Could not find repository from ','
Could not find repository from '.'
Sep 28, 2020
I am running into the same issue |
it needs a git repo to run in for some reason, so you need to - name: "Checkout"
uses: actions/checkout@v2.3.1 |
Works with checkout, thank you! |
The To not need the https://docs.sentry.io/product/releases/associate-commits/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using semantic-release to create new tags/releases.
Semantic-Release uses the GITHUB_TOKEN to draft a new release, and according to GitHub, those actions do not trigger an event on GitHub Actions (such as
on: release
). The alternative is to trigger a workflow after semantic-release is done:There are two issues
warning
Version is a parameter according to the readme.
failure
Second, something is wrong with the repositories:
The first thing that I see is that the repo is wrong (
Resolving HEAD (***/api@HEAD)
, while the repo name isweb
) and then obviouslyerror: could not find repository from '.'
.Not exactly sure what's going on? The secrets are all correct and I checked the requests in curl, the results are correct too.
The text was updated successfully, but these errors were encountered: