Skip to content

Commit d16f076

Browse files
author
Felipe Costa
authored
Update action.yml
1 parent 7857f6b commit d16f076

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ branding:
2121
runs:
2222
using: 'node12'
2323
main: 'scan.js'
24+
env:
25+
apikey: '${{ inputs.apikey }}'
26+
region: '${{ inputs.region }}'
27+
template: '${{ inputs.template }}'
28+
acceptedQty: ${{ inputs.acceptedQty }}'
2429
# using: 'docker'
2530
# image: 'Dockerfile'
2631
# env:

0 commit comments

Comments
 (0)