Skip to content

Commit

Permalink
Define action details
Browse files Browse the repository at this point in the history
  • Loading branch information
yayuyokitano committed Mar 30, 2023
1 parent c38c3ec commit 928bd3d
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
name: 'Your name here'
description: 'Provide a description here'
author: 'Your name or organization here'
name: '@yayuyokitano/firefox-addon'
description: 'Github action to upload firefox addon.'
author: 'yayuyokitano'
inputs:
milliseconds: # change this
guid:
required: true
description: 'input description here'
default: 'default value if applicable'
description: 'uuid of extension to update'
xpi:
required: true
description: 'path to xpi file'
api-key:
required: true
description: 'api key for AMO'
api-secret:
required: true
description: 'api secret for AMO'
src:
description: 'path to src zip file for verification. To be used if your extension uses minification, or other build steps that make it difficult to read the code of the xpi.'
runs:
using: 'node16'
main: 'dist/index.js'

0 comments on commit 928bd3d

Please sign in to comment.