Nulah.PowerShell/.forgejo/dotnet-build/action.yml
Scott 22bb1d235a
All checks were successful
/ dotnet (push) Successful in 8s
feat(action): let's try updating the action
2026-09-08 16:46:04 +10:00

20 lines
405 B
YAML

inputs:
idk:
# input-one:
# default: 'one'
# description: 'description one'
# input-two-required:
# description: 'description two'
# required: true
outputs:
key:
description: 'output value'
value: "${{ steps.one.outputs.key }}"
runs:
using: "composite"
steps:
- name: From the dotnet-build action
run: |
ls -la
echo tee hee ${{ inputs.idk }}