Skip to content

Commit fe8e69b

Browse files
Update issue.yml
1 parent edf9875 commit fe8e69b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/issue.yml

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252

5353
# 创建issue
5454
for ((index=0;index<$length;index++));do
55+
sleep 3
5556
appname=$(echo $list | jq -r ".[$index].appname")
5657
distribution=$(echo $list | jq -r ".[$index].distribution")
5758
platform=$(echo $list | jq -r ".[$index].platform")

0 commit comments

Comments
 (0)