Skip to content

.github/workflows/autobom_test.yaml #6

.github/workflows/autobom_test.yaml

.github/workflows/autobom_test.yaml #6

Workflow file for this run

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