poggit icon indicating copy to clipboard operation
poggit copied to clipboard

Build with same id for github actions

Open ShockedPlot7560 opened this issue 4 years ago • 4 comments

When we set up an action on our repository to for example automatically modify the style of the plugin with php cs fix, the plugin will bug. Indeed, if we activate the automatic commit, and that it is github-actions which commit, a same id for the build will be given and thus make bug the update via poggit. Let me explain: if two builds have the same id and we want to publish a new release, this will emit a 404 page and we will be blocked. image image

ShockedPlot7560 avatar Nov 09 '21 13:11 ShockedPlot7560

And also, I have the impression that php stan is not performed on auttomatiq commits

ShockedPlot7560 avatar Nov 09 '21 14:11 ShockedPlot7560

@SOF3 I told you you should have fixed this years ago :(

dktapps avatar Nov 09 '21 14:11 dktapps

Yes, but this is not easy to fix with the poor SQL usage

SOF3 avatar Nov 09 '21 14:11 SOF3

Linked: #26

JaxkDev avatar Dec 11 '21 23:12 JaxkDev