Skip to content

Commit

Permalink
Update action.yml descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcosta7 authored Jan 9, 2022
1 parent 4eecc1f commit 51bdb72
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@ name: 'Bundle comparison'
description: 'Compare the bundle size between the base branch and the current branch'
inputs:
current-stats-json-path:
description: 'A branch to build and measure the bundle size'
description: 'The path to the current stats.json file'
required: true
base-stats-json-path:
description: 'Default branch to use for reference'
description: 'The path to the base stats.json file'
required: true
github-token:
description: Github token
description: 'The Github token'
required: true
title:
description: A title that can key multiple instances of this action
description: 'An optional addition to the title, which also helps key comments, useful if running more than 1 copy of this action'
required: false

runs:
using: 'node16'
Expand Down

0 comments on commit 51bdb72

Please sign in to comment.