We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9025eab commit d24ba4cCopy full SHA for d24ba4c
.github/workflows/integrate.yaml
@@ -21,20 +21,20 @@ jobs:
21
22
steps:
23
- name: "Checkout php/doc-${{ matrix.language }}"
24
- uses: "actions/checkout@v2"
+ uses: "actions/checkout@v3"
25
with:
26
path: "${{ matrix.language }}"
27
repository: "php/doc-${{ matrix.language }}"
28
29
- name: "Checkout php/doc-en as fallback"
30
if: "matrix.language != 'en'"
31
32
33
path: "en"
34
repository: "php/doc-en"
35
36
- name: "Checkout php/doc-base"
37
38
39
path: "doc-base"
40
repository: "php/doc-base"
0 commit comments