mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-17 23:54:03 +02:00
Fixed spelling error in action
This commit is contained in:
2
.github/workflows/format-maintenance.yml
vendored
2
.github/workflows/format-maintenance.yml
vendored
@@ -34,6 +34,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global user.name "github-actions[bot]"
|
git config --global user.name "github-actions[bot]"
|
||||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
git add readmes/format_maintenence.md
|
git add readmes/format_maintenance.md
|
||||||
git diff --quiet && git diff --staged --quiet || git commit -m "Format Maintenance"
|
git diff --quiet && git diff --staged --quiet || git commit -m "Format Maintenance"
|
||||||
git push
|
git push
|
||||||
|
|||||||
Reference in New Issue
Block a user