diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 53a7880..211e8dc 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -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"