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' diff --git a/Readme.md b/Readme.md index 5541a47..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: @@ -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: