From b95ac550ce2c72eb8e569f911b0acc6b177ac701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Wed, 29 Dec 2021 12:51:17 +0100 Subject: [PATCH] Fix: Rename steps --- .github/workflows/integrate.yaml | 12 ++++++------ .github/workflows/renew.yaml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 7be3a56a..f96d0371 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -29,7 +29,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@v2.4.0" - - name: "Install PHP with extensions" + - name: "Set up PHP" uses: "shivammathur/setup-php@2.16.0" with: coverage: "xdebug" @@ -86,7 +86,7 @@ jobs: file_or_dir: "." strict: true - - name: "Install PHP with extensions" + - name: "Set up PHP" uses: "shivammathur/setup-php@2.16.0" with: coverage: "none" @@ -144,7 +144,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@v2.4.0" - - name: "Install PHP with extensions" + - name: "Set up PHP" uses: "shivammathur/setup-php@2.16.0" with: coverage: "none" @@ -186,7 +186,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@v2.4.0" - - name: "Install PHP with extensions" + - name: "Set up PHP" uses: "shivammathur/setup-php@2.16.0" with: coverage: "xdebug" @@ -228,7 +228,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@v2.4.0" - - name: "Install PHP with extensions" + - name: "Set up PHP" uses: "shivammathur/setup-php@2.16.0" with: coverage: "none" @@ -277,7 +277,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@v2.4.0" - - name: "Install PHP with extensions" + - name: "Set up PHP" uses: "shivammathur/setup-php@2.16.0" with: coverage: "none" diff --git a/.github/workflows/renew.yaml b/.github/workflows/renew.yaml index 90895d1d..75502b1a 100644 --- a/.github/workflows/renew.yaml +++ b/.github/workflows/renew.yaml @@ -29,7 +29,7 @@ jobs: with: token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" - - name: "Install PHP with extensions" + - name: "Set up PHP" uses: "shivammathur/setup-php@2.16.0" with: coverage: "none"