Skip to content

Test 25

Test 25 #2

Workflow file for this run

name: Bot response
on:
issues:
types: [opened]
jobs:
docs_bot:
name: Generate response by docs bot
runs-on: ubuntu-latest
steps:
- name: Docs bot
uses: espressif/docs-bot-action@master
env:
GITHUB_ISSUE_MSG: ${{ github.event.comment.body }}
dump:
runs-on: ubuntu-latest
steps:
- name: $github
run: echo "$GITHUB_CONTEXT"
env:
GITHUB_CONTEXT: ${{ toJson(github) }}