This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/airflow-checks-action.git
commit 14e68ac993e2979344ce0b5be817c1232bb89116 Author: Louis Brunner <[email protected]> AuthorDate: Sun Mar 1 11:15:02 2020 +0000 Fix typo --- .github/workflows/examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 8ecf312..42a8efe 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -45,7 +45,7 @@ jobs: - uses: ./ with: token: ${{ secrets.GITHUB_TOKEN }} - name: Test 1 = Neutral + name: Test Basic Neutral conclusion: neutral test_basic_cancelled:
