Skip to content

Update index.html

Update index.html #1

Workflow file for this run

name: 'Netlify'
on:
issue_comment:
types: [created]
jobs:
printJob:
name: Print event
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT"