pressbooks / composer-autoupdate-bedrock

Auto updater action 🤖
0 stars 0 forks source link

Pressbooks composer update failing on our bedrocks #60

Closed fdalcin closed 1 year ago

fdalcin commented 1 year ago

Our composer update pipelines started to fail on all our bedrocks

When the update action tries to find the current branch name it fails and throws an exception. Could this be related to the APP_SINGLE_BRANCH parameter?

image
SteelWagstaff commented 1 year ago

For now the workaround is to open the dev branch of each relevant bedrock, run composer update -W and then commit and push the changes. This will trigger the bedrock based deploy. Ideally this is what our automation would do for us.

arzola commented 1 year ago

I Opened a PR in https://github.com/kawax/composer-update-action/pull/636

https://github.com/kawax/composer-update-action/releases/tag/v3.1.1

arzola commented 1 year ago

I updated the composer autoupdate bedrock action to use the latest composer update action v3 and it also address the node version scripts upgrade