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
In order for us to complete the automated release pipeline from code-server release -> code-server-aur release, we need to way to automatically push changes to AUR.
Implementation Notes
I think this should be relatively straightforward from a GitHub Actions standpoint:
Uh oh!
There was an error while loading. Please reload this page.
Description
In order for us to complete the automated release pipeline from code-server release -> code-server-aur release, we need to way to automatically push changes to AUR.
Implementation Notes
I think this should be relatively straightforward from a GitHub Actions standpoint:
git remote add aur ssh://[email protected]/code-server.git
git push aur
The text was updated successfully, but these errors were encountered: