From 8a753786c15ca944c692735f542350f0f50d1bf8 Mon Sep 17 00:00:00 2001 From: yinzh Date: Wed, 7 Jul 2021 09:43:08 +0800 Subject: [PATCH] cicd test2 --- .../index.yml" | 2 +- .../lin.md" | 2 +- .../index.yml" | 14 ++++++-------- .../lin.md" | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) 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 d264053..f485f29 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" @@ -30,7 +30,7 @@ step2: events: [ 'close_issue' ] action: - type: create_issue - title: "结束" + title: "第二章" with: lin.md store: chapter_2_issue: '{{result.data.html_url}}' diff --git "a/01_\347\256\227\346\263\225\345\216\237\347\220\206/lin.md" "b/01_\347\256\227\346\263\225\345\216\237\347\220\206/lin.md" index eb8c7ff..1135d71 100644 --- "a/01_\347\256\227\346\263\225\345\216\237\347\220\206/lin.md" +++ "b/01_\347\256\227\346\263\225\345\216\237\347\220\206/lin.md" @@ -1 +1 @@ -结束 \ No newline at end of file +算法实现 \ No newline at end of file diff --git "a/02_\347\256\227\346\263\225\345\256\236\347\216\260/index.yml" "b/02_\347\256\227\346\263\225\345\256\236\347\216\260/index.yml" index c6a99bb..7cc4825 100644 --- "a/02_\347\256\227\346\263\225\345\256\236\347\216\260/index.yml" +++ "b/02_\347\256\227\346\263\225\345\256\236\347\216\260/index.yml" @@ -1,16 +1,14 @@ -# 在所有的任务之前执行 before: - link: '{{chapter_2_url}}' transitions: action: - - type: issue_comment.created - with: ready.md -# store: -# chapter_2_url: '{{result.data.html_url}}' -# - type: choice -# with: ready.md + type: create_issue + title: "第二章" + with: lin.md + store: + chapter_2_issue: '{{result.data.html_url}}' to: step1 + # Task 列表 step1: link: '{{chapter_2_url}}' diff --git "a/02_\347\256\227\346\263\225\345\256\236\347\216\260/lin.md" "b/02_\347\256\227\346\263\225\345\256\236\347\216\260/lin.md" index 30d74d2..1135d71 100644 --- "a/02_\347\256\227\346\263\225\345\256\236\347\216\260/lin.md" +++ "b/02_\347\256\227\346\263\225\345\256\236\347\216\260/lin.md" @@ -1 +1 @@ -test \ No newline at end of file +算法实现 \ No newline at end of file -- GitLab