You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/12/27 14:02:14 UTC

[airflow-checks-action] 12/27: Fix typo

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 <lo...@gmail.com>
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: