fix: workflow typos by Lyes7 [frappe] PR#27746
From: https://github.com/frappe/frappe/pull/27746
Date: 2024-09-12 10:18:49+01:00
- fix: workflow typos
Diagnostics
pre-commit failed for source commit: 9b89eba337c27ef550df7165337b3737b771f0c2
frappe/workflow/doctype/workflow/workflow.js
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-27746
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-27746
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease