Skip to content

Commit

Permalink
Merge pull request #275 from relative-ci/remove-obsolete-input
Browse files Browse the repository at this point in the history
fix: Remove obsolete artifactWebpackStatsFile input
  • Loading branch information
vio authored Oct 12, 2023
2 parents 5a64b48 + 7ec1920 commit f2aebf9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
3 changes: 0 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit f2aebf9

Please sign in to comment.