From be086f293fa3af3b57b74bdfbf93e1799a342693 Mon Sep 17 00:00:00 2001 From: Matheus Felipe <50463866+matheusfelipeog@users.noreply.github.com> Date: Mon, 17 Jan 2022 18:55:21 -0300 Subject: [PATCH] Update name section in workflow --- .github/workflows/test_of_push_and_pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_of_push_and_pull.yml b/.github/workflows/test_of_push_and_pull.yml index 32bdc912..29798b9c 100644 --- a/.github/workflows/test_of_push_and_pull.yml +++ b/.github/workflows/test_of_push_and_pull.yml @@ -11,7 +11,7 @@ env: jobs: tests: - name: 'Validate README.md' + name: 'Validate README.md changes' runs-on: ubuntu-latest steps: - name: Checkout repository