feat(action): idk maybe it needs an absolute path?
Some checks failed
/ dotnet (push) Failing after 8s
Some checks failed
/ dotnet (push) Failing after 8s
This commit is contained in:
parent
9131865d86
commit
0778f67928
1 changed files with 3 additions and 2 deletions
|
|
@ -7,13 +7,14 @@ jobs:
|
||||||
dotnet:
|
dotnet:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- id: checkout
|
||||||
|
uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
repository: "pascal_nulah/Nulah.PowerShell"
|
repository: "pascal_nulah/Nulah.PowerShell"
|
||||||
ref: "feature/forgejo-runner-and-actions"
|
ref: "feature/forgejo-runner-and-actions"
|
||||||
github-server-url: "https://git.moar.ws/"
|
github-server-url: "https://git.moar.ws/"
|
||||||
- id: dotnet-build
|
- id: dotnet-build
|
||||||
uses: .forgejo/dotnet-build'
|
uses: ./.forgejo/dotnet-build/action.yml'
|
||||||
# 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