action icon indicating copy to clipboard operation
action copied to clipboard

Include package path as option

Open miqdadfwz opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe.

In monorepo scenario, It would be great if there is package path option so the action will not run against the whole packages

Describe the solution you'd like

name: Package size report
        uses: pkg-size/action@v1
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
        with:
          path: path/to/package

Describe alternatives you've considered

Additional context

miqdadfwz avatar May 30 '22 02:05 miqdadfwz