Skip to content

Commit

Permalink
ci(delta-action): use v2 (#4436)
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah authored Mar 7, 2022
1 parent 71d6144 commit 82c7377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Get size
run: du -sk node_modules | cut -f1 > .delta.packageSize && echo "kb (Package size)" >> .delta.packageSize
- name: Run Delta
uses: netlify/delta-action@v3
uses: netlify/delta-action@v2
with:
title: '📊 Benchmark results'
token: ${{ secrets.GITHUB_TOKEN }}

1 comment on commit 82c7377

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

Package size: 443 MB

Please sign in to comment.