-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
actionsbugSomething isn't workingSomething isn't workingpriority-1Affects a large population and inhibits workAffects a large population and inhibits work
Description
This is a regression on Linux, but didn't work in 1.8 on MacOS either.
In the JuliaSymbolics/Symbolics.jl repo, on Linux:
$ gh --version
gh version 1.8.1 (2021-04-03)
https://github.com/cli/cli/releases/tag/v1.8.1
$ DEBUG=api gh run view --log --job=2363489761 2> log-1.8-Linux | wc -l
1625
$ gh-1.9 --version
gh version 1.9.1 (2021-04-15)
https://github.com/cli/cli/releases/tag/v1.9.1
$ DEBUG=api gh-1.9 run view --log --job=2363489761 2> log-1.9-Linux | wc -l
0
And the same repo on MacOS:
$ gh --version
gh version 1.9.1 (2021-04-15)
https://github.com/cli/cli/releases/tag/v1.9.1
$ DEBUG=api gh run view --log --job=2363489761 2> log-1.9-MacOS | wc -l
0
$ gh-1.8 --version
gh version 1.8.1 (2021-04-02)
https://github.com/cli/cli/releases/tag/v1.8.1
$ DEBUG=api gh-1.8 run view --log --job=2363489761 2> log-1.8-MacOS | wc -l
0
Log files here:
https://gist.github.com/1d87d834f3b86b53c2272e502a6f4fbe
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
actionsbugSomething isn't workingSomething isn't workingpriority-1Affects a large population and inhibits workAffects a large population and inhibits work