fix: 移除 upload 中不该存在的 fileList,解决文件列表无法回显问题 #44
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: PR Welcome | |
on: | |
pull_request_target: | |
types: [opened] | |
jobs: | |
welcome: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions-cool/pr-welcome@v1.1.2 | |
with: | |
pr-emoji: '+1, heart' |