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:
|
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
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue