feature-open-with-vscode #4
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature-open-with-vscode"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -21,0 +34,4 @@# 配置用户信息git config --global user.name "github-actions[bot]"git config --global user.email "github-actions[bot]@users.noreply.github.com"这里没有必要命名上使用github,应该使用devstar吧
@@ -28,3 +70,3 @@- name: 发布插件if: gitea.event_name == 'push' && gitea.ref == 'refs/heads/main'if: github.event_name == 'push' && github.ref == 'refs/heads/main'目前main分支是保护分支不能直接push,所以这个CI脚本在线上应该不能运行
在本地部署devstar中测试CI脚本时把main分支也设置为保护分支,和线上一致比较好
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.