你好,redis和mysql能否用我们自己购买的阿里云的服务? #1176
This file contains 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: 'translate issues' | |
on: | |
issue_comment: | |
types: [created] | |
issues: | |
types: [opened] | |
jobs: | |
translate-isssues: | |
name: translate issues | |
runs-on: ubuntu-latest | |
steps: | |
- name: Issues Translator | |
uses: tomsun28/[email protected] |