From 9145972d5ce3754bc4fbfa760a2f090cef940c81 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Sat, 19 Oct 2019 19:59:48 +0530 Subject: [PATCH] Edit README and the test workflow --- .github/workflows/workflow.yml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 3b1bba8e..7c8f3b4b 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -33,7 +33,7 @@ jobs: shell: pwsh run: curl -s https://codecov.io/bash | bash -s -- -t ${{secrets.CODECOV_TOKEN}} -f coverage/clover.xml -n github-actions-codecov-${{ matrix.operating-system }}-php${{ matrix.php-versions }} - - name: Installing PHP with extensions and custom config + - name: Setup PHP with extensions and custom config run: node lib/install.js env: php-version: ${{ matrix.php-versions }} diff --git a/README.md b/README.md index 5698ec69..46c26529 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ See [action.yml](action.yml "Metadata for this GitHub Action") and usage below f steps: - name: Checkout uses: actions/checkout@master -- name: Installing PHP +- name: Setup PHP uses: shivammathur/setup-php@master with: php-version: '7.3' @@ -138,7 +138,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@master - - name: Install PHP + - name: Setup PHP uses: shivammathur/setup-php@master with: php-version: ${{ matrix.php-versions }} @@ -186,7 +186,7 @@ Contributions are welcome! See [Contributor's Guide](.github/CONTRIBUTING.md "sh ## :sparkling_heart: Support this project - Please star the project and share it. -- Consider supporting on Support me on Patreon and Support me on Paypal. +- Please support on Support me on Patreon and Support me on Paypal. ## :bookmark: This action uses the following works