From 12312243679018b9ac932dbaff867adf4b16f7c9 Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 8 Sep 2026 16:47:21 +1000 Subject: [PATCH] feat(action): change name to id to see if the output changes --- .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 c27680d..552e050 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -16,7 +16,7 @@ jobs: # idk just show me what the fuck exists - name: list directory contents run: ls ./.forgejo/dotnet-build -la - - name: why not use the action we just verified exists from above + - id: why not use the action we just verified exists from above uses: ./.forgejo/dotnet-build # - id: dotnet-build # uses: ./.forgejo/dotnet-build/action.yml'