Skip to content

Run Autobom

Run Autobom #6

Workflow file for this run

name: Run Autobom
on:
workflow_dispatch:
release:
types: [ published ]
jobs:
autobom:
name: Autobom
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
lfs: true
path: repo
- name: Run Autobom
uses: opulo-inc/autobom@main