feat(mail): 提取玩家邮件服务方法实现便于覆写 #153
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Sync Github To Image | |
| on: | |
| push: | |
| branches: [ main ] | |
| workflow_dispatch: | |
| jobs: | |
| sync: | |
| uses: GameFrameX/public-github-actions/.github/workflows/sync.yml@main | |
| with: | |
| target_branch: ${{ github.ref_name }} | |
| repository_name: ${{ github.repository }} | |
| secrets: inherit |