From 7ec1920282bfb9a9e8162c6ff3040c3849aff55b Mon Sep 17 00:00:00 2001 From: Vio Date: Thu, 12 Oct 2023 15:21:56 +0200 Subject: [PATCH] fix: Remove obsolete artifactWebpackStatsFile input --- README.md | 6 ------ action.yml | 3 --- 2 files changed, 9 deletions(-) diff --git a/README.md b/README.md index 0d99e9a25..451be5c03 100644 --- a/README.md +++ b/README.md @@ -161,12 +161,6 @@ Default: `relative-ci-artifacts` when running during `workflow_run` event The name of the artifact that containts the bundle stats uploaded by the triggering workflow -#### `artifactWebpackStatsFile` - -Default: `webpack-stats.json` when running during `workflow_run` event - -The artifact bundle stats file path - ## Secrets ### `RELATIVE_CI_KEY` diff --git a/action.yml b/action.yml index 1515aa085..3bf0075c3 100644 --- a/action.yml +++ b/action.yml @@ -30,9 +30,6 @@ inputs: artifactName: description: 'GitHub action artifact name to download when running in workflow_run' required: false - artifactWebpackStatsFile: - description: 'Artifact bundle stats file path' - required: false runs: using: 'node20' main: 'dist/index.js'