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"