mirror of
https://github.com/php/doc-de.git
synced 2026-03-23 23:02:13 +01:00
6
.github/workflows/integrate.yaml
vendored
6
.github/workflows/integrate.yaml
vendored
@@ -21,20 +21,20 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: "Checkout php/doc-${{ matrix.language }}"
|
||||
uses: "actions/checkout@v3"
|
||||
uses: "actions/checkout@v4"
|
||||
with:
|
||||
path: "${{ matrix.language }}"
|
||||
repository: "php/doc-${{ matrix.language }}"
|
||||
|
||||
- name: "Checkout php/doc-en as fallback"
|
||||
if: "matrix.language != 'en'"
|
||||
uses: "actions/checkout@v3"
|
||||
uses: "actions/checkout@v4"
|
||||
with:
|
||||
path: "en"
|
||||
repository: "php/doc-en"
|
||||
|
||||
- name: "Checkout php/doc-base"
|
||||
uses: "actions/checkout@v3"
|
||||
uses: "actions/checkout@v4"
|
||||
with:
|
||||
path: "doc-base"
|
||||
repository: "php/doc-base"
|
||||
|
||||
Reference in New Issue
Block a user