- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 4
Closed
Description
We have a monorepo with all our frontend code in a folder, I tried specifying the folder with the working-directory option like this:
- name: Create Diff
    uses: e18e/action-dependency-diff@v1
    with:
        working-directory: frontendbut the job fails. It looks like it finds the lock files but fails when trying to find the package.json files.
Error: Failed to get file from ref "origin/main:package.json": Error: Command failed: git show origin/main:package.json
fatal: path 'frontend/package.json' exists, but not 'package.json'
hint: Did you mean 'origin/main:frontend/package.json' aka 'origin/main:./package.json'?
Metadata
Metadata
Assignees
Labels
No labels