Skip to content

Commit 6407afd

Browse files
committed
rename master -> main
1 parent fe5cd51 commit 6407afd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/npm.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
WECHATY_PUPPET_HOSTIE_TOKEN: ${{ secrets.WECHATY_PUPPET_HOSTIE_TOKEN }}
4747

4848
publish:
49-
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/v'))
49+
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/v'))
5050
name: Publish
5151
needs: [build, pack]
5252
runs-on: ubuntu-latest
@@ -72,7 +72,7 @@ jobs:
7272
- name: Check Branch
7373
id: check-branch
7474
run: |
75-
if [[ ${{ github.ref }} =~ ^refs/heads/(master|v[0-9]+\.[0-9]+.*)$ ]]; then
75+
if [[ ${{ github.ref }} =~ ^refs/heads/(main|v[0-9]+\.[0-9]+.*)$ ]]; then
7676
echo ::set-output name=match::true
7777
fi # See: https://stackoverflow.com/a/58869470/1123955
7878
- name: Is A Publish Branch

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Wechaty Puppet for WeChat
1717

1818
## KNOWN LIMITATIONS
1919

20-
1. WeChat Account that registered after 2017 mignt not be able to login Web Wechat, so it can not use PuppetWeChat with Wechaty. Please make sure your WeChat Account can be able to login by visiting <https://wx.qq.com>
20+
1. Solved by UOS. ~~WeChat Account that registered after 2017 mignt not be able to login Web Wechat, so it can not use PuppetWeChat with Wechaty. Please make sure your WeChat Account can be able to login by visiting <https://wx.qq.com>~~
2121
1. Web API can not create room and invite members to room since 2018.
2222
1. Can not Receive/Send message from Work Wechat.
2323

0 commit comments

Comments
 (0)