Skip to content

Commit

Permalink
Update docs_bot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dobairoland authored Feb 11, 2025
1 parent ac3f8f7 commit c164e94
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/docs_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Docs bot action
if: ${{ github.repository_owner == 'dobairoland' }}
uses: espressif/docs-bot-action@master
uses: espressif/docs-bot-action@feat/initial
env:
BOT_API_KEY: ${{ secrets.BOT_API_KEY }}
BOT_INTEGRATION_ID: ${{ secrets.BOT_INTEGRATION_ID }}
Expand All @@ -28,10 +28,3 @@ jobs:
(2) burning eFuses and enabling security features are irreversible operations and can damage your ESP32 device.
We hope that this message will help you until an Espressif Engineer looks at your issue.
dump:
runs-on: ubuntu-latest
steps:
- name: $github
run: echo "$GITHUB_CONTEXT"
env:
GITHUB_CONTEXT: ${{ toJson(github) }}

0 comments on commit c164e94

Please sign in to comment.