mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-24 00:42:20 +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@v2"
|
||||
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@v2"
|
||||
uses: "actions/checkout@v4"
|
||||
with:
|
||||
path: "en"
|
||||
repository: "php/doc-en"
|
||||
|
||||
- name: "Checkout php/doc-base"
|
||||
uses: "actions/checkout@v2"
|
||||
uses: "actions/checkout@v4"
|
||||
with:
|
||||
path: "doc-base"
|
||||
repository: "php/doc-base"
|
||||
|
||||
Reference in New Issue
Block a user