feat(action): Try test composite local action
Some checks failed
/ test (push) Successful in 54s
/ asdf (push) Failing after 0s

This commit is contained in:
Scott 2026-09-08 10:28:47 +10:00
commit 8384d2f68f
2 changed files with 27 additions and 1 deletions

View file

@ -7,4 +7,8 @@ jobs:
asdf:
runs-on: dotnet
steps:
- run: echo Dotnet I guess?
- id: dotnet-build
uses: ./.forgejo/dotnet-build
# with:
# input-two-required: "two"
- run: test "${{ steps.dotnet-build.outputs.key }}" = "two"