From c0cbb0d92759ce3781c37afa133e279dd07b797d Mon Sep 17 00:00:00 2001 From: remicorniere Date: Wed, 4 Mar 2020 22:47:30 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b611195..f83cef4 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ on: jobs: notif-script: runs-on: ubuntu-latest - name: job that pushes repo news to xmpp server + name: job that pushes repo news to xmpp steps: - name: push_info_step id: push @@ -95,7 +95,7 @@ It uses the [native go-xmpp library](https://github.com/FluuxIO/go-xmpp). jobs: notif-script: runs-on: ubuntu-latest - name: job that pushes test failures to xmpp server + name: job that pushes test failures to xmpp steps: - name: Run tests run: |