feat(action): let's try updating the action
All checks were successful
/ dotnet (push) Successful in 8s
All checks were successful
/ dotnet (push) Successful in 8s
This commit is contained in:
parent
9573da25df
commit
22bb1d235a
1 changed files with 4 additions and 6 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue