From 202f1bbec101767690fe929a3ae571c4d19a6b00 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Fri, 6 Sep 2019 07:22:50 +0530 Subject: [PATCH] Update README and actions.yml --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e20a0b2..90410735 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ jobs: matrix: operating-system: [ubuntu-latest, windows-latest, macOS-latest] php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3'] - name: PHP ${{ matrix.php-versions }} Test + name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }} steps: - name: Checkout uses: actions/checkout@master diff --git a/action.yml b/action.yml index 62e79096..e5271762 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ name: 'Setup PHP Action' author: shivammathur description: 'Setup a PHP environment with composer and add it to the PATH' -author: 'shivammathur' +branding: icon: 'activity' color: 'purple' inputs: