feat(action): idk let's try make it find the action in the now cloned repo this way
Some checks failed
/ dotnet (push) Failing after 4s
Some checks failed
/ dotnet (push) Failing after 4s
This commit is contained in:
parent
b6727c7c9d
commit
9131865d86
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
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'
|
||||||
# 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