A GitHub Action for Regolith Bedrock Addon compiler pipeline.
Create a workflow .yml
file in your .github/workflows
directory.
Input | Description | Default |
---|---|---|
profile |
Regolith profile to run | default |
github_token |
GitHub token to get private filters | None |
name: Example workflow
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Bedrock-OSS/[email protected]
with:
profile: default