Skip to content

Commit

Permalink
Change commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksanderbl29 committed Aug 20, 2024
1 parent f1b3d9d commit d983bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/document.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
git config --local user.name "$GITHUB_ACTOR"
git config --local user.email "[email protected]"
git add man/\* NAMESPACE DESCRIPTION
git commit -m "Update documentation" || echo "No changes to commit"
git commit -m "(Github Actions): Update documentation" || echo "No changes to commit"
git pull --ff-only
git push origin

0 comments on commit d983bac

Please sign in to comment.