feat(action): let's try updating the action
All checks were successful
/ dotnet (push) Successful in 8s

This commit is contained in:
Scott 2026-09-08 16:46:04 +10:00
commit 22bb1d235a

View file

@ -1,4 +1,5 @@
inputs: inputs:
idk:
# input-one: # input-one:
# default: 'one' # default: 'one'
# description: 'description one' # description: 'description one'
@ -13,10 +14,7 @@ outputs:
runs: runs:
using: "composite" using: "composite"
steps: steps:
- name: FORGEJO_ACTION_PATH - name: From the dotnet-build action
run: | run: |
set -x ls -la
test -e "$FORGEJO_ACTION_PATH" echo tee hee ${{ inputs.idk }}
test "$FORGEJO_ACTION_PATH" = "${{ env.FORGEJO_ACTION_PATH }}"
- run: echo key=${{ inputs.input-two-required }} >> $FORGEJO_OUTPUT