Skip to content

Commit 09f6afb

Browse files
committed
Remove "vs" from update PR
Technically it is Code (or Code OSS), not VS Code.
1 parent 51bc3c0 commit 09f6afb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
git config --global user.email opensource@coder.com
6464
git checkout -b "update/$VERSION"
6565
git add .
66-
git commit -m "Update VS Code to $VERSION"
66+
git commit -m "Update Code to $VERSION"
6767
git push -u origin "$(git branch --show)"
6868
gh pr create \
6969
--repo coder/code-server \

0 commit comments

Comments
 (0)