From 64d7acb585285e071ca523bc63123077d64b9d4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gianfranc=C3=B8=20Null?= <899175+gianpaj@users.noreply.github.com> Date: Fri, 18 Dec 2020 17:16:54 +0000 Subject: [PATCH] Update link to new repo --- uploading-your-webpack-stats/github-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uploading-your-webpack-stats/github-actions.md b/uploading-your-webpack-stats/github-actions.md index 8e0107a..8f6a64e 100644 --- a/uploading-your-webpack-stats/github-actions.md +++ b/uploading-your-webpack-stats/github-actions.md @@ -10,7 +10,7 @@ Our GitHub Action supports vanilla webpack projects and Create React App out of ### Add your workflow -By far the simplest way to send us your build stats is to utilize [our GitHub Action](https://github.com/packtracker/github-action). +By far the simplest way to send us your build stats is to utilize [our GitHub Action](https://github.com/packtracker/report). You _can_ set this up in GitHub Actions UI, or you can use the following workflow to get started quickly in your `.github/workflows/push.yml`