move env to top level

This commit is contained in:
softprops 2019-09-09 17:36:46 +09:00
parent cf0f3ebbb1
commit d27570c9ab
2 changed files with 27 additions and 5 deletions

View file

@ -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'