Skip to content

Commit

Permalink
automated PR from action
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMTheilig committed Jan 9, 2024
1 parent bb2235d commit dd0cca5
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/RenderAllDiagrams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,16 @@ jobs:
tree ./images
# add and commit the new generated files
- name: Commit and push
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add -A
git commit -m "Add rendered PlantUML and DrawIO to SVG diagrams" || exit 0
git push
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
commit-message: |
Generated Images from source Code
reviewers: ${GITHUB_ACTOR}

#- name: Commit and push
# run: |
# git config --local user.email "[email protected]"
# git config --local user.name "GitHub Action"
# git add -A
# git commit -m "Add rendered PlantUML and DrawIO to SVG diagrams" || exit 0
# git push

0 comments on commit dd0cca5

Please sign in to comment.