Skip to content

restructuring plus github ci test for autobom #1

restructuring plus github ci test for autobom

restructuring plus github ci test for autobom #1

Workflow file for this run

on: [push]
jobs:
autobom_test:
runs-on: ubuntu-latest
name: A test job
steps:
- name: AutoBOM Export
id: start
uses: opulo-inc/autobom@latest
# Use the output from the `hello` step
- name: Get the output time
run: echo "The status was ${{ steps.start.outputs.out }}"