We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5ad3c commit ac19a75Copy full SHA for ac19a75
.github/workflows/test.yml
@@ -20,6 +20,10 @@ jobs:
20
test: # make sure the action works on a clean machine without building
21
runs-on: ubuntu-latest
22
steps:
23
+ - name: Dump GitHub context
24
+ env:
25
+ GITHUB_CONTEXT: ${{ toJson(github) }}
26
+ run: echo "$GITHUB_CONTEXT"
27
- uses: actions/checkout@v1
28
- uses: ./
29
with:
action.yml
@@ -18,3 +18,6 @@ inputs:
18
runs:
19
using: 'node12'
main: 'dist/index.js'
+branding:
+ icon: 'search'
+ color: 'orange'
0 commit comments