Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Try a different workspace syntax
  • Loading branch information
kevin940726 committed Mar 9, 2023
commit febb03f1baf7ef12eb6a5f8cfe9e9ce9b616c0a9
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:

# Only run `npm ci` in the package folder and ignore postinstall scripts.
- name: Install NPM dependencies
run: npm ci -w packages/project-management-automation --ignore-scripts
run: npm ci -w @wordpress/project-management-automation --ignore-scripts

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