Skip to content

Commit 73e8627

Browse files
committed
typo
1 parent 247d6d3 commit 73e8627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify-testing-docs-on-change.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
pull-requests: write
1313

1414
jobs:
15-
validate-controller-changes:
15+
verify-testing-docs:
1616
runs-on: ubuntu-latest
1717
if: github.event_name == 'pull_request'
1818

@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Install dependencies
3030
run: |
31-
ci-install-docs
31+
make ci-install-docs
3232
3333
- name: Update testing docs and check for changes
3434
id: check-docs-changes

0 commit comments

Comments
 (0)