Skip to content

Commit

Permalink
Merge pull request #693 from ergebnis/fix/name
Browse files Browse the repository at this point in the history
Fix: Rename steps
  • Loading branch information
localheinz authored Dec 27, 2021
2 parents 869c361 + ba68524 commit cf16589
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 @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -147,7 +147,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 @@ -189,7 +189,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"
Expand Down Expand Up @@ -231,7 +231,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 @@ -286,7 +286,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
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 cf16589

Please sign in to comment.