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

Version 3.5.2 and up causes a 404 error #19

Closed
Kahera opened this issue Jan 16, 2023 · 5 comments
Closed

Version 3.5.2 and up causes a 404 error #19

Kahera opened this issue Jan 16, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@Kahera
Copy link

Kahera commented Jan 16, 2023

Starting at version 3.5.2, I get the following error:
image

Downgrading back to 3.5.1 makes the action work as expected again:
image

For reference in case it's useful, the workflow is set up in the following way:

  • Checkout (actions/checkout@v3)
  • Create new branch (peterjgrainger/[email protected])
  • Checkout to new branch (actions/checkout@v3)
  • Generate changelog

(The workflow was naturally created before the PR-option for this action was avaliable, which is the reasoning for the branching).

@rhysd
Copy link
Owner

rhysd commented Jan 16, 2023

@Kahera Thanks for reporting this. Is it a private repository?

@rhysd rhysd added the bug Something isn't working label Jan 16, 2023
@Kahera
Copy link
Author

Kahera commented Jan 16, 2023

@rhysd Yes, it is.

@rhysd
Copy link
Owner

rhysd commented Jan 16, 2023

OK, I'll try to reproduce this. Actually I didn't consider that GitHub returns 404 on private repositories since I'm using this tool for public projects only. I should add tests for private repos.

@rhysd rhysd closed this as completed in 2d969ba Jan 16, 2023
@rhysd
Copy link
Owner

rhysd commented Jan 16, 2023

Please try the latest version 3.6.1.

https://github.com/rhysd/changelog-from-release/releases/tag/v3.6.1

@Kahera
Copy link
Author

Kahera commented Jan 17, 2023

That works - thank you for the quick fix! 🥳

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants