Nulah.PowerShell/.forgejo/workflows/demo.yaml
Scott 8384d2f68f
Some checks failed
/ test (push) Successful in 54s
/ asdf (push) Failing after 0s
feat(action): Try test composite local action
2026-09-08 10:28:47 +10:00

14 lines
306 B
YAML

on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All good!
asdf:
runs-on: dotnet
steps:
- id: dotnet-build
uses: ./.forgejo/dotnet-build
# with:
# input-two-required: "two"
- run: test "${{ steps.dotnet-build.outputs.key }}" = "two"