Mewtwo Update Res #194
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: Model Preview | |
| on: | |
| pull_request: | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| jobs: | |
| model-preview: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| with: | |
| fetch-depth: 0 # Full history needed for base branch comparison | |
| - name: Minecraft Model Preview | |
| uses: smell-of-curry/mc-model-preview@latest | |
| with: | |
| github-token: ${{ secrets.GITHUB_TOKEN }} |