修复部分页面解析 移除FireBase #103
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
| # 监听 main 分支 | |
| name: Contributes | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| # 任务 | |
| contrib-readme-en-job: | |
| runs-on: ubuntu-latest | |
| name: A job to automate contrib in readme | |
| steps: | |
| - name: Contribute List | |
| uses: akhilmhdh/contributors-readme-action@v2.3.10 | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }} |