mirror of https://github.com/actions/setup-python
Add branding and correctly point to main file
This commit is contained in:
parent
9bdab6de30
commit
bbc52402b0
|
@ -10,4 +10,7 @@ inputs:
|
||||||
default: 'x64'
|
default: 'x64'
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
main: 'lib/setup-python.js'
|
main: 'dist/index.js'
|
||||||
|
branding:
|
||||||
|
icon: 'play'
|
||||||
|
color: 'yellow'
|
Loading…
Reference in New Issue