Skip to content

Commit

Permalink
Update sync-docs.yml (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssarmokadam authored Jul 8, 2021
1 parent 2bf17c6 commit 47e0763
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sync-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,9 @@ jobs:
git commit -m "${REPO_SOURCE} documentation | GitHub Actions $GITHUB_WORKFLOW $GITHUB_RUN_NUMBER"
git remote add origin-wiki "https://${BUILD_USER}:${BUILD_USER_PASSWD}@github.com/${ORG}/${REPO_CONSOLIDATE}.git"
git push origin-wiki master
- name: Trigger Update devonfw-guide on success
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.GHA_TOKEN }}
repository: devonfw/devonfw-guide
event-type: dispatch-update-guide

0 comments on commit 47e0763

Please sign in to comment.