Build actions consistently fail on rename step
Is this a public repo? Can you provide a link?
Note: For future when taking screenshots if the whole screen is not needed take less so it's easier for people with smaller monitors to see. Or maybe put the window on half the screen if things still fit well.
Is this a public repo? Can you provide a link?
Note: For future when taking screenshots if the whole screen is not needed take less so it's easier for people with smaller monitors to see. Or maybe put the window on half the screen if things still fit well.
https://github.com/LeftoverAtoms/greenlight/tree/prototype https://github.com/LeftoverAtoms/greenlight/actions/runs/12543599758
Actually created a new repo with no changes from the template and on the first run this also failed for me https://github.com/c-git/reqwest_w_egui_testing/actions/runs/12565247766 so seems it might be a problem with action?
A cursory review indicates that the problem is that the action has the repo name hard coded into it, so you'd just need to change that. Then it will probably let you know it needs more access but it should have a link in the logs with more info.