Skip to content

sets specific version #4

sets specific version

sets specific version #4

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/[email protected]
# Use the output from the `hello` step
- name: Get the output time
run: echo "The status was ${{ steps.start.outputs.out }}"