4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -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:
|
||||
|
||||
@@ -18,3 +18,6 @@ inputs:
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
branding:
|
||||
icon: 'search'
|
||||
color: 'orange'
|
||||
|
||||
Reference in New Issue
Block a user