Skip to content

Commit c94d831

Browse files
committed
test composite action
1 parent 6c49bce commit c94d831

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

action.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,10 @@ inputs:
1414
required: true
1515

1616
runs:
17-
using: node20
18-
main: dist/index.js
17+
using: composite
18+
steps:
19+
- shell: bash
20+
run: |
21+
for s in ${{ inputs.summary }}; do
22+
echo "${{ inputs.summary }}" >> $GITHUB_STEP_SUMMARY
23+
done

0 commit comments

Comments
 (0)