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

ed25519 workflow is broken #651

Closed
jku opened this issue Oct 3, 2023 · 0 comments · Fixed by #666
Closed

ed25519 workflow is broken #651

jku opened this issue Oct 3, 2023 · 0 comments · Fixed by #666
Labels
bug github_actions Pull requests that update GitHub Actions code

Comments

@jku
Copy link
Collaborator

jku commented Oct 3, 2023

There's a workflow that tries to check that ed25519 git tree has not changed. The workflow seems broken:

2023-10-02T13:13:33.3812667Z ed25519 upstream main has changed!
2023-10-02T13:13:33.3823451Z Expected [main](https://github.com/pyca/ed25519/commits/main) to be commit f98354b, found 11b3d81 instead ([diff](https://github.com/pyca/ed25519/compare/f98354b09ffde8444a04c71f8e3ac7b948c89a02...main)).
2023-10-02T13:13:33.3873615Z TypeError: Cannot read properties of undefined (reading 'issuesAndPullRequests')
2023-10-02T13:13:33.3874991Z     at eval (eval at callAsyncFunction (/home/runner/work/_actions/actions/github-script/d7906e4ad0b1822421a7e6a35d5ca353c962f410/dist/index.js:15143:16), <anonymous>:6:36)
2023-10-02T13:13:33.3876232Z     at callAsyncFunction (/home/runner/work/_actions/actions/github-script/d7906e4ad0b1822421a7e6a35d5ca353c962f410/dist/index.js:15144:12)
2023-10-02T13:13:33.3877293Z     at main (/home/runner/work/_actions/actions/github-script/d7906e4ad0b1822421a7e6a35d5ca353c962f410/dist/index.js:15236:26)
2023-10-02T13:13:33.3878159Z     at /home/runner/work/_actions/actions/github-script/d7906e4ad0b1822421a7e6a35d5ca353c962f410/dist/index.js:15217:1
2023-10-02T13:13:33.3879251Z     at /home/runner/work/_actions/actions/github-script/d7906e4ad0b1822421a7e6a35d5ca353c962f410/dist/index.js:15268:3
2023-10-02T13:13:33.3880584Z     at Object.<anonymous> (/home/runner/work/_actions/actions/github-script/d7906e4ad0b1822421a7e6a35d5ca353c962f410/dist/index.js:15271:12)
2023-10-02T13:13:33.3881161Z     at Module._compile (node:internal/modules/cjs/loader:1198:14)
2023-10-02T13:13:33.3881597Z     at Object.Module._extensions..js (node:internal/modules/cjs/loader:1252:10)
2023-10-02T13:13:33.3882024Z     at Module.load (node:internal/modules/cjs/loader:1076:32)
2023-10-02T13:13:33.3882418Z     at Function.Module._load (node:internal/modules/cjs/loader:911:12)
2023-10-02T13:13:33.3926777Z ##[error]Unhandled error: TypeError: Cannot read properties of undefined (reading 'issuesAndPullRequests')
@jku jku added bug github_actions Pull requests that update GitHub Actions code labels Oct 3, 2023
@jku jku mentioned this issue Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant