@cryptotaxi247 / netdata-1 / commits / e9f818d31

Integrations gha, remove .js and .json files after the process (#19125)

Fotis Voutsas committed Dec 4, 2024 at 12:47 UTC e9f818d31a37d5c212f39e8fdd83b60498db23a3
1 file changed +5 -5
.github/workflows/generate-integrations.yml
+5 -5
@@ -54,18 +54,18 @@ jobs:
54 python3 integrations/gen_doc_collector_page.py
55 - name: Clean Up Temporary Data
56 id: clean
57 - run: rm -rf go.d.plugin virtualenv
57 + run: rm -rf go.d.plugin virtualenv integrations/integrations.js integrations/integrations.json
58 - name: Create PR
59 id: create-pr
60 uses: peter-evans/create-pull-request@v7
61 with:
62 token: ${{ secrets.NETDATABOT_GITHUB_TOKEN }}
63 - commit-message: Regenerate integrations.js
63 + commit-message: Regenerate integrations docs
64 branch: integrations-regen
65 - title: Regenerate integrations.js
65 + title: Regenerate integrations docs
66 body: |
67 - Regenerate `integrations/integrations.js`, and documentation based on the
68 - latest code.
67 + Regenerate the integrations docs based on the
68 + latest metadata yaml code.
69
70 This PR was auto-generated by
71 `.github/workflows/generate-integrations.yml`.