mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-10 10:44:19 +00:00
refactor for cross platform use
This commit is contained in:
parent
090932e783
commit
18daf2c63f
15 changed files with 5626 additions and 23 deletions
|
@ -24,10 +24,12 @@ inputs:
|
|||
required: false
|
||||
default: 'empty'
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'docker://softprops:action-gh-action'
|
||||
#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'
|
||||
color: 'green'
|
||||
icon: 'package'
|
Loading…
Add table
Add a link
Reference in a new issue