diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fade74a..6f49598 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: diff --git a/action.yml b/action.yml index 3c2fd68..c896c5a 100644 --- a/action.yml +++ b/action.yml @@ -18,3 +18,6 @@ inputs: runs: using: 'node12' main: 'dist/index.js' +branding: + icon: 'search' + color: 'orange'