We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf9875 commit fe8e69bCopy full SHA for fe8e69b
.github/workflows/issue.yml
@@ -52,6 +52,7 @@ jobs:
52
53
# 创建issue
54
for ((index=0;index<$length;index++));do
55
+ sleep 3
56
appname=$(echo $list | jq -r ".[$index].appname")
57
distribution=$(echo $list | jq -r ".[$index].distribution")
58
platform=$(echo $list | jq -r ".[$index].platform")
0 commit comments