set branding (#23)

* echo $GITHUB_CONTEXT

* set branding
This commit is contained in:
Naoki Oketani
2019-12-10 18:48:15 +09:00
committed by GitHub
parent 2e5ad3c2cf
commit ac19a7500b
2 changed files with 7 additions and 0 deletions

View File

@@ -20,6 +20,10 @@ jobs:
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- uses: actions/checkout@v1
- uses: ./
with:

View File

@@ -18,3 +18,6 @@ inputs:
runs:
using: 'node12'
main: 'dist/index.js'
branding:
icon: 'search'
color: 'orange'