Skip to content

Commit

Permalink
Fix misleading commit message when updating documentation repository (#…
Browse files Browse the repository at this point in the history
…2914)

* Fix misleading commit message when updating documentation repository

* Update ccpp.yml

---------

Co-authored-by: Jack S. Hale <[email protected]>
  • Loading branch information
francesco-ballarin and jhale authored Nov 29, 2023
1 parent 9f6e1e2 commit 8eefd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,5 +210,5 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "FEniCS GitHub Actions"
git add --all
git commit --allow-empty -m "C++ FEniCS/dolfinx@${{ github.sha }}"
git commit --allow-empty -m "C++/Python FEniCS/dolfinx@${{ github.sha }}"
git push

0 comments on commit 8eefd77

Please sign in to comment.