mirror of
https://github.com/actions/attest-build-provenance.git
synced 2026-06-13 18:19:53 +00:00
Update action.yml
This commit is contained in:
parent
e06bbafba9
commit
0bc8711a25
11
action.yml
11
action.yml
@ -69,3 +69,14 @@ runs:
|
|||||||
push-to-registry: ${{ inputs.push-to-registry }}
|
push-to-registry: ${{ inputs.push-to-registry }}
|
||||||
show-summary: ${{ inputs.show-summary }}
|
show-summary: ${{ inputs.show-summary }}
|
||||||
github-token: ${{ inputs.github-token }}
|
github-token: ${{ inputs.github-token }}
|
||||||
|
|
||||||
|
name: 'My Action'
|
||||||
|
description: 'Description of my action'
|
||||||
|
inputs:
|
||||||
|
myInput:
|
||||||
|
description: 'Description of my input'
|
||||||
|
required: true
|
||||||
|
default: 'default value'
|
||||||
|
runs:
|
||||||
|
using: 'node12'
|
||||||
|
main: 'dist/index.js'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user