Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
desrosj committed Oct 17, 2023
1 parent 6240392 commit cf65449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build-processes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ permissions: {}
jobs:
# Creates a job to test the WordPress Core build process on multiple operating systems.
test-core-build-process:
name: Core running from ${{ inputs.directory }}
name: Core running from ${{ matrix.directory }}
uses: desrosj/wordpress-develop/.github/workflows/test-core-build-process-run.yml@combine/npm-testing
permissions:
contents: read
Expand All @@ -63,7 +63,7 @@ jobs:
# currently no way to determine the OS being used on a given job.
# See https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability.
test-core-build-process-macos:
name: Core running from ${{ inputs.directory }}
name: Core running from ${{ matrix.directory }}
uses: desrosj/wordpress-develop/.github/workflows/test-core-build-process-run.yml@combine/npm-testing
permissions:
contents: read
Expand Down

0 comments on commit cf65449

Please sign in to comment.