Nulah.PowerShell/.forgejo/workflows/demo.yaml
Scott 1549a0b0c5
Some checks failed
/ dotnet (push) Failing after 6s
feat(action): Move subfolder to github-server-url I guess?
2026-09-08 15:32:38 +10:00

20 lines
507 B
YAML

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