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

Update changelog action does not work on Pull request from a fork #90

Open
NiklasRosenstein opened this issue Mar 9, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@NiklasRosenstein
Copy link
Owner

It tries to checkout the GITHUB_HEAD_REF but that doesn't exist.

Example: https://github.com/NiklasRosenstein/docspec/actions/runs/4379509209/jobs/7665542051

Run git checkout $GITHUB_HEAD_REF
error: pathspec 'blib2to3' did not match any file(s) known to git
Error: Process completed with exit code 1.
@NiklasRosenstein
Copy link
Owner Author

Seems like it's failing for my own PRs as well: https://github.com/NiklasRosenstein/docspec/actions/runs/4379590126/jobs/7665720399

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

1 participant