Skip to content

Commit

Permalink
fix: commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasAfara committed Oct 16, 2023
1 parent 5019608 commit 8739825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/UpdateDirectory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: 🤓 Commit & push new Directory (if needed)
run: |
if [[ `git status --porcelain` ]]; then
git commit -am "Updated Documentation in README.md"
git commit -am "Updated Documentation in DIRECTORY.md"
git push
else
echo "NO CHANGES DETECTED"
Expand Down

0 comments on commit 8739825

Please sign in to comment.