Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #525 from ergebnis/fix/rename
Browse files Browse the repository at this point in the history
Fix: Rename steps
  • Loading branch information
localheinz committed Jan 3, 2022
2 parents f7b7385 + ef4fa0f commit 7e6c635
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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"
Expand Down Expand Up @@ -99,7 +99,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"
Expand Down Expand Up @@ -141,7 +141,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"
Expand Down Expand Up @@ -212,7 +212,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"
Expand Down Expand Up @@ -263,7 +263,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: "pcov"
Expand Down Expand Up @@ -313,7 +313,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: "pcov"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7e6c635

Please sign in to comment.