feat(action): Use actions/checkout@v7, add repository and ref inputs
Some checks failed
/ dotnet (push) Failing after 40s

This commit is contained in:
Scott 2026-09-08 15:28:39 +10:00
commit b28e40da64

View file

@ -7,9 +7,13 @@ jobs:
dotnet:
runs-on: docker
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v7
with:
repository: "pascal_nulah/Nulah.PowerShell"
ref: "feature/forgejo-runner-and-actions"
- id: dotnet-build
uses: ./.forgejo/dotnet-build@feature/forgejo-runner-and-actions'
uses: ./.forgejo/dotnet-build'
# with:
# input-two-required: "two"
- run: test "${{ steps.dotnet-build.outputs.key }}" = "two"