Skip to content

Commit

Permalink
MR.js --> MRjs
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbollar authored Feb 13, 2024
1 parent c22c23c commit 1990f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/readme-to-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
echo "Changes detected. Committing and pushing."
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
commit_message=$'👷 MR.js - Auto Generated README to Index Update 👷\n\nChanges at '"${GITHUB_SHA}"
commit_message=$'👷 MRjs - Auto Generated README to Index Update 👷\n\nChanges at '"${GITHUB_SHA}"
git add .
git commit -m "$commit_message"
git push --quiet --set-upstream origin HEAD --force
Expand Down

0 comments on commit 1990f92

Please sign in to comment.