feat(action): Don't use absolute maybe relative from the repo?
Some checks failed
/ dotnet (push) Failing after 0s
Some checks failed
/ dotnet (push) Failing after 0s
This commit is contained in:
parent
7a70bfd878
commit
68722c3a32
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ jobs:
|
||||||
runs-on: dotnet
|
runs-on: dotnet
|
||||||
steps:
|
steps:
|
||||||
- id: dotnet-build
|
- id: dotnet-build
|
||||||
uses: https://moar.ws/git/pascal_nulah/Nulah.PowerShell/.forgejo/dotnet-build@feature/forgejo-runner-and-actions'
|
uses: ./Nulah.PowerShell/.forgejo/dotnet-build@feature/forgejo-runner-and-actions'
|
||||||
# with:
|
# with:
|
||||||
# input-two-required: "two"
|
# input-two-required: "two"
|
||||||
- run: test "${{ steps.dotnet-build.outputs.key }}" = "two"
|
- run: test "${{ steps.dotnet-build.outputs.key }}" = "two"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue