feat(action): Apparently it might need a checkout action?
Some checks failed
/ dotnet (push) Failing after 0s
Some checks failed
/ dotnet (push) Failing after 0s
This commit is contained in:
parent
04983e4b93
commit
5cfbcc41d5
1 changed files with 2 additions and 1 deletions
|
|
@ -7,8 +7,9 @@ jobs:
|
|||
dotnet:
|
||||
runs-on: dotnet
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- id: dotnet-build
|
||||
uses: https://moar.ws/git/Nulah.PowerShell/.forgejo/dotnet-build@feature/forgejo-runner-and-actions'
|
||||
uses: ./.forgejo/dotnet-build@feature/forgejo-runner-and-actions'
|
||||
# with:
|
||||
# input-two-required: "two"
|
||||
- run: test "${{ steps.dotnet-build.outputs.key }}" = "two"
|
||||
|
|
|
|||
Loading…
Reference in a new issue