eframe_template icon indicating copy to clipboard operation
eframe_template copied to clipboard

Build actions consistently fail on rename step

Open LeftoverAtoms opened this issue 1 year ago • 4 comments

image image

LeftoverAtoms avatar Dec 30 '24 08:12 LeftoverAtoms

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.

c-git avatar Dec 30 '24 20:12 c-git

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

LeftoverAtoms avatar Jan 01 '25 07:01 LeftoverAtoms

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?

c-git avatar Jan 01 '25 13:01 c-git

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.

c-git avatar Jan 01 '25 13:01 c-git