Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMTheilig committed Jan 9, 2024
1 parent 3ed6c61 commit a69deab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/RenderAllDiagrams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ jobs:
# add and commit the new generated files
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
commit-message: Generated Images from source Code by GitHub Action
with:
commit-message: Generated Images from source Code by GitHub Action
reviewer: ${{ github.actor }}
#- name: Commit and push
# run: |
# git config --local user.email "[email protected]"
Expand Down

0 comments on commit a69deab

Please sign in to comment.