Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Open a given workflows file when
polish-workflow
There is undefined `${file}` variable that is used as a reference to a given workflows file. But the variable is never initialized. As the result, the command just opens the editor, but not a given file. Now, this variable is replaced with `${1}` (a reference to the first input parameter).
- Loading branch information