From 55b774a9bbaa5404efd665bec35f20dee93bc15a Mon Sep 17 00:00:00 2001 From: yinzh Date: Wed, 7 Jul 2021 09:20:39 +0800 Subject: [PATCH] cicd test2 --- .../001_algorithm_steps.md" | 1 - .../index.yml" | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 5a696fb..b34951e 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 3ee12a5..d264053 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 -- GitLab