Skip to content

Commit

Permalink
Typo and cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
André L F S Bacci committed Jan 31, 2025
1 parent 7458d5c commit a614be8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- "zh"

steps:
- name: "Checkou doc-baset"
- name: "Checkout doc-base"
uses: "actions/checkout@v4"
with:
path: "doc-base"
Expand All @@ -53,7 +53,7 @@ jobs:
path: "en"
repository: "php/doc-en"

- name: "Merge doc-base with master (concurrent PRs)"
- name: "Pull merged doc-base changes from master"
run: "git -C doc-base merge --no-ff --no-commit origin/master"

- name: "Run QA scripts for EN docs"
Expand Down

0 comments on commit a614be8

Please sign in to comment.