3
0
Fork 0
mirror of https://gitea.com/actions/setup-python.git synced 2024-11-21 17:49:35 +01: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'