You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
This was actually a bug in our workflow file but I think exposed an edge case bug with the workflow too
➤ Preparing files...
ℹ︎ Reverting changes in vendor/composer directory
svn: E000002: Can't create directory '/home/runner/svn-***/trunk/vendor/composer': No such file or directory
Steps to Reproduce
Have a plugin with /vendor/composer
Trigger the workflow and have a change where the /vendor directory has been deleted (so it can't revert /vendor/composer)
Describe the bug
This was actually a bug in our workflow file but I think exposed an edge case bug with the workflow too
Steps to Reproduce
/vendor/composer
/vendor
directory has been deleted (so it can't revert/vendor/composer
)https://github.com/10up/action-wordpress-plugin-asset-update/blob/develop/deploy.sh#L134C1-L138C3
Expected behavior
Expected it to fail more gracefully a few lines below
The text was updated successfully, but these errors were encountered: