-
Notifications
You must be signed in to change notification settings - Fork 20
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
Unable to run action without setting source control range #10
Comments
Had this issue as well. Use 'origin/{branch name}'. |
I get the following error unless I use
|
It looks like github's v2 action for checking out your uses some new fancy flags:
I suspect this isn't fetching all the branches, tags and such it normally would have. Skimming the docs for the action I didn't spot an option for fetching extra branches I'm interested in, so I just fell back to using v1 of the github checkout action. |
Setting fetch-depth: 0 in actions/checkout@v3 worked for me with
|
I keep getting this error "unknown revision or path not in the working tree."
The text was updated successfully, but these errors were encountered: