增加Java版在线构建选项:把主页Minecraft的logo替换为蔚蓝档案风格 #761
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: Automatic Revert | |
| on: | |
| issue_comment: | |
| types: [created] | |
| jobs: | |
| revert-commit: | |
| runs-on: ubuntu-latest | |
| if: contains(github.event.comment.body, '/revert') | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Automatic Revert | |
| uses: srt32/revert@v0.0.1 | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |