Nulah.PowerShell/.forgejo/workflows/demo.yaml
Scott 04983e4b93
Some checks failed
/ dotnet (push) Failing after 0s
feat(action): How about absolute with a username?
2026-09-08 11:08:37 +10:00

14 lines
387 B
YAML

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