diff --git "a/01_\347\256\227\346\263\225\345\216\237\347\220\206/001_algorithm_steps.md" "b/01_\347\256\227\346\263\225\345\216\237\347\220\206/001_algorithm_steps.md" index 5a696fb62ecdbcfb962d98ffd5123ba4198c8499..b34951e16d152fce6595145ce243952d303b9806 100644 --- "a/01_\347\256\227\346\263\225\345\216\237\347\220\206/001_algorithm_steps.md" +++ "b/01_\347\256\227\346\263\225\345\216\237\347\220\206/001_algorithm_steps.md" @@ -7,4 +7,3 @@ 4.持续每次对越来越少的元素重复上面的步骤,直到没有任何一对数字需要比较。 -5.test2 diff --git "a/01_\347\256\227\346\263\225\345\216\237\347\220\206/index.yml" "b/01_\347\256\227\346\263\225\345\216\237\347\220\206/index.yml" index 3ee12a575d44cf83fac5cba77a46f2b6bb34b108..d2640539e5e5536047d174bafc3479b208e0d330 100644 --- "a/01_\347\256\227\346\263\225\345\216\237\347\220\206/index.yml" +++ "b/01_\347\256\227\346\263\225\345\216\237\347\220\206/index.yml" @@ -29,6 +29,11 @@ step2: transitions: events: [ 'close_issue' ] action: + - type: create_issue + title: "结束" + with: lin.md + store: + chapter_2_issue: '{{result.data.html_url}}' - type: issue_comment.created with: 001_end.md to: end