Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Cannot find module #19

Open
gkatsanos opened this issue Oct 16, 2021 · 1 comment
Open

Error: Cannot find module #19

gkatsanos opened this issue Oct 16, 2021 · 1 comment

Comments

@gkatsanos
Copy link

gkatsanos commented Oct 16, 2021

Warning: Unexpected input(s) 'token', valid inputs are ['base_stats_path', 'head_stats_path']
Run chronotruck/webpack-stats-diff-action@1.0.0
/usr/bin/docker exec 6f2d67d7ba14993f1095c0b5e4e729ce52b893a728748685b10b887018de372b sh -c "cat /etc/*release | grep ^ID"

even though the diff is posted, I keep getting this warning.

compare:
    runs-on: self-hosted
    container: docker-ro.visable.com/wlw_node:14.14.0-alpine
    name: Compare base & head bundle sizes
    needs:
    - build-base
    - build-head
    steps:
    - uses: actions/checkout@v2
    - name: Download base artifact
      uses: actions/download-artifact@v2
      with:
        name: base
        path: "./stats/base"
    - name: Download head artifact
      uses: actions/download-artifact@v2
      with:
        name: head
        path: "./stats/head"
    - name: Diff between base & head
      uses: chronotruck/webpack-stats-diff-action@1.0.0
      with:
        base_stats_path: "./stats/base/modern.json"
        head_stats_path: "./stats/head/modern.json"
        token: "${{ secrets.GITHUB_TOKEN }}"
@georgialoper
Copy link

I'm also experiencing this issue, any progress here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants