From 9573da25df2738a5bb3031fc50f0d7eeba8854ee Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 8 Sep 2026 16:41:44 +1000 Subject: [PATCH] feat(action): we've verified the file exists from the output of the last step so lets make a predictable error by string to use it next --- .forgejo/workflows/demo.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index daeb189..c27680d 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -16,6 +16,8 @@ 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 + uses: ./.forgejo/dotnet-build # - id: dotnet-build # uses: ./.forgejo/dotnet-build/action.yml' # # with: