Skip to content

Commit 71a2b7f

Browse files
committed
try another way
1 parent c94d831 commit 71a2b7f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,4 @@ runs:
1818
steps:
1919
- shell: bash
2020
run: |
21-
for s in ${{ inputs.summary }}; do
22-
echo "${{ inputs.summary }}" >> $GITHUB_STEP_SUMMARY
23-
done
21+
echo "${{ inputs.summary }}" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)