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:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v7
|
||||
- id: checkout
|
||||
uses: actions/checkout@v7
|
||||
with:
|
||||
repository: "pascal_nulah/Nulah.PowerShell"
|
||||
ref: "feature/forgejo-runner-and-actions"
|
||||
github-server-url: "https://git.moar.ws/"
|
||||
- id: dotnet-build
|
||||
uses: .forgejo/dotnet-build'
|
||||
uses: ./.forgejo/dotnet-build/action.yml'
|
||||
# with:
|
||||
# input-two-required: "two"
|
||||
- run: test "${{ steps.dotnet-build.outputs.key }}" = "two"
|
||||
|
|
|
|||
Loading…
Reference in a new issue