Skip to content

Commit

Permalink
Merge pull request #4090 from carlopi/fix_ce_autopr
Browse files Browse the repository at this point in the history
Auto PR for community extensions /2
  • Loading branch information
szarnyasg authored Nov 19, 2024
2 parents e9f226c + 013ed15 commit d3da24f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/community_extension_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,17 @@ jobs:
with:
name: generated_markdowns

- name: Generate docs
run: |
unzip generated_md.zip
cp build/docs/*.md community_extensions/extensions/.
cp build/docs/extensions_list.md.tmp _includes/list_of_community_extensions.md
rm -r generated_md.zip
rm -rf build
- uses: technote-space/create-pr-action@v2
with:
COMMIT_MESSAGE: "chore: auto update docs for community extensions"
COMMIT_NAME: "GitHub Actions"
COMMIT_EMAIL: "[email protected]"
EXECUTE_COMMANDS: |
unzip generated_md.zip
cp build/docs/*.md community_extensions/extensions/.
cp build/docs/extensions_list.md.tmp _includes/list_of_community_extensions.md
rm -r generated_md.zip
rm -rf build
PR_BRANCH_NAME: "chore-update-community-extensions-${PR_ID}"
PR_TITLE: "chore: auto update docs for community extensions"
GITHUB_TOKEN: ${{ secrets.GH_UPDATE_DOCS_TOKEN }}

0 comments on commit d3da24f

Please sign in to comment.