Nulah.PowerShell/.forgejo/workflows/demo.yaml
Scott 5cfbcc41d5
Some checks failed
/ dotnet (push) Failing after 0s
feat(action): Apparently it might need a checkout action?
2026-09-08 11:11:36 +10:00

15 lines
386 B
YAML

on: [push]
jobs:
# test:
# runs-on: docker
# steps:
# - run: echo All good!
dotnet:
runs-on: dotnet
steps:
- uses: actions/checkout@v3
- id: dotnet-build
uses: ./.forgejo/dotnet-build@feature/forgejo-runner-and-actions'
# with:
# input-two-required: "two"
- run: test "${{ steps.dotnet-build.outputs.key }}" = "two"