Set up your GitHub Actions workflow with a specific version of ocvalidate from the OpenCore
See action.yml
Basic:
steps:
- uses: actions/checkout@v3
- uses: brokeyourbike/[email protected]
with:
opencore-version: '0.8.0' # OpenCore version to download and use.
- run: ocvalidate config.plist
Input | Description | Usage |
---|---|---|
opencore-version |
OpenCore version to download and use | *Required |
release |
Should we download release version of the OpenCore. Defaults to true |
Optional |
- Ivan Stasiuk | Twitter | LinkedIn | stasi.uk
The scripts and documentation in this project are released under the MPL-2.0