From 6491c2672bfb25c79e362416d08bb48aa135e8e0 Mon Sep 17 00:00:00 2001 From: huangjun0210 Date: Mon, 25 Sep 2023 10:43:51 +0800 Subject: [PATCH 1/3] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 5541a47..7142d70 100644 --- a/Readme.md +++ b/Readme.md @@ -15,7 +15,7 @@ on: types: [created] ``` -And then you can use the action in your jobs like this: +And then you can use the action in your jobs like this: 123 ``` jobs: From 1727b9ae3da9f260b0b62d71eb237789e478e052 Mon Sep 17 00:00:00 2001 From: huangjun0210 Date: Mon, 25 Sep 2023 10:49:45 +0800 Subject: [PATCH 2/3] Update example.yml --- .github/workflows/example.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index d825764..5992609 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -13,7 +13,7 @@ jobs: id: check with: trigger: '#hello' - - run: 'echo Found it!' + - run: 'echo Found hello!' if: steps.check.outputs.triggered == 'true' eyes: @@ -26,7 +26,7 @@ jobs: reaction: eyes env: GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}' - - run: 'echo Found it!' + - run: 'echo Found eyes!' if: steps.check.outputs.triggered == 'true' rocket: @@ -39,5 +39,5 @@ jobs: reaction: rocket env: GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}' - - run: 'echo Found it!' - if: steps.check.outputs.triggered == 'true' \ No newline at end of file + - run: 'echo Found rocket!' + if: steps.check.outputs.triggered == 'true' From 6a20e0566342f57a4de4582b68867c3b4a9fee41 Mon Sep 17 00:00:00 2001 From: huangjun0210 Date: Mon, 25 Sep 2023 10:51:45 +0800 Subject: [PATCH 3/3] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 7142d70..e8a20f7 100644 --- a/Readme.md +++ b/Readme.md @@ -6,7 +6,7 @@ Look for a "trigger word" in a pull-request description or comment, so that late ## Example usage in a workflow -Your workflow needs to listen to the following events: +Your workflow needs to listen to the following events423: ``` on: pull_request: