[Bug] Ver 2306: build.sh refers to .img files while the real extension is .vhdx #145
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: Lock closed issue | |
on: | |
issues: | |
types: [closed] | |
jobs: | |
lock: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: OSDKDev/lock-issues@v1 | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" |