From 22bb1d235a231983c98a26e7565b2be37e0b31aa Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 8 Sep 2026 16:46:04 +1000 Subject: [PATCH] feat(action): let's try updating the action --- .forgejo/dotnet-build/action.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.forgejo/dotnet-build/action.yml b/.forgejo/dotnet-build/action.yml index e707255..5c9d803 100644 --- a/.forgejo/dotnet-build/action.yml +++ b/.forgejo/dotnet-build/action.yml @@ -1,4 +1,5 @@ inputs: + idk: # input-one: # default: 'one' # description: 'description one' @@ -13,10 +14,7 @@ outputs: runs: using: "composite" steps: - - name: FORGEJO_ACTION_PATH + - name: From the dotnet-build action run: | - set -x - test -e "$FORGEJO_ACTION_PATH" - test "$FORGEJO_ACTION_PATH" = "${{ env.FORGEJO_ACTION_PATH }}" - - - run: echo key=${{ inputs.input-two-required }} >> $FORGEJO_OUTPUT + ls -la + echo tee hee ${{ inputs.idk }}