1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-09-19 00:26:42 +00:00

Add branding and correctly point to main file

This commit is contained in:
Konrad Pabjan 2019-11-05 17:12:58 -05:00
parent 9bdab6de30
commit bbc52402b0

View file

@ -10,4 +10,7 @@ inputs:
default: 'x64'
runs:
using: 'node12'
main: 'lib/setup-python.js'
main: 'dist/index.js'
branding:
icon: 'play'
color: 'yellow'