Skip to content

Commit c8b9ed6

Browse files
committed
fix json format
1 parent c610de8 commit c8b9ed6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pull_request.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@ jobs:
165165
echo "Failed to parse JSON."
166166
exit 1
167167
fi
168-
echo "$ARTIFACTS_LIST"
169-
echo "::set-output name=artifacts:$ARTIFACTS_LIST"
168+
echo "artifacts=$ARTIFACTS_LIST" >> $GITHUB_OUTPUT
170169
171170
- name: Send release details to Slack workflow
172171
id: slack

0 commit comments

Comments
 (0)