From 8ab78631630014b64d815f3c574762e67b6a0705 Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 8 Sep 2026 16:39:55 +1000 Subject: [PATCH] feat(actions): how about the next directory that exists --- .forgejo/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index c71b8ec..daeb189 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -15,7 +15,7 @@ jobs: github-server-url: "https://git.moar.ws/" # idk just show me what the fuck exists - name: list directory contents - run: ls ./.forgejo -la + run: ls ./.forgejo/dotnet-build -la # - id: dotnet-build # uses: ./.forgejo/dotnet-build/action.yml' # # with: