mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-10 10:44:19 +00:00
move env to top level
This commit is contained in:
parent
cf0f3ebbb1
commit
d27570c9ab
2 changed files with 27 additions and 5 deletions
|
@ -23,13 +23,13 @@ inputs:
|
|||
description: 'Comma-delimited list of path globs for asset files to upload'
|
||||
required: false
|
||||
default: 'empty'
|
||||
env:
|
||||
'GITHUB_TOKEN': 'As provided by Github Actions'
|
||||
runs:
|
||||
#using: 'docker'
|
||||
#image: 'docker://softprops:action-gh-action'
|
||||
using: 'node12'
|
||||
main: 'lib/main.js'
|
||||
env:
|
||||
'GITHUB_TOKEN': 'As provided by Github Actions'
|
||||
branding:
|
||||
color: 'green'
|
||||
icon: 'package'
|
Loading…
Add table
Add a link
Reference in a new issue