Skip to content

Commit

Permalink
Fix pr automation flow for real
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Oct 22, 2024
1 parent 5e3d247 commit f216729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# Changing into the action's directory and running `npm install` is much
# faster than a full project-wide `npm ci`.
- name: Install NPM dependencies
run: npm install --workspace "@wordpress/project-management-automation"
run: npm install --workspace "@wordpress/project-management-automation" --include-workspace-root

- uses: ./packages/project-management-automation
with:
Expand Down

0 comments on commit f216729

Please sign in to comment.