Skip to content

Commit ac19a75

Browse files
authored
set branding (#23)
* echo $GITHUB_CONTEXT * set branding
1 parent 2e5ad3c commit ac19a75

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
test: # make sure the action works on a clean machine without building
2121
runs-on: ubuntu-latest
2222
steps:
23+
- name: Dump GitHub context
24+
env:
25+
GITHUB_CONTEXT: ${{ toJson(github) }}
26+
run: echo "$GITHUB_CONTEXT"
2327
- uses: actions/checkout@v1
2428
- uses: ./
2529
with:

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ inputs:
1818
runs:
1919
using: 'node12'
2020
main: 'dist/index.js'
21+
branding:
22+
icon: 'search'
23+
color: 'orange'

0 commit comments

Comments
 (0)