From 69c7cfa899f7932bb7902412905ecfb44336909c Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 8 Sep 2026 16:32:54 +1000 Subject: [PATCH] feat(action): Just show me something fucking useful after checkout --- .forgejo/workflows/demo.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 3c62cb9..4f211a2 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -13,8 +13,11 @@ jobs: 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/action.yml' - # with: - # input-two-required: "two" - - run: test "${{ steps.dotnet-build.outputs.key }}" = "two" + # idk just show me what the fuck exists + - name: list directory contents + run: ls -la + # - id: dotnet-build + # uses: ./.forgejo/dotnet-build/action.yml' + # # with: + # # input-two-required: "two" + # - run: test "${{ steps.dotnet-build.outputs.key }}" = "two"