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 }}