diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index e7bcdc1..114638a 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -8,7 +8,7 @@ jobs: runs-on: dotnet steps: - id: dotnet-build - uses: .forgejo/dotnet-build + uses: .forgejo/dotnet-build@feature/forgejo-runner-and-actions # with: # input-two-required: "two" - run: test "${{ steps.dotnet-build.outputs.key }}" = "two"