We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a45db commit 11676efCopy full SHA for 11676ef
1 file changed
RoboFile.php
@@ -23,7 +23,8 @@ function publish()
23
{
24
$this->taskGit()
25
->add('-A')
26
- ->commit('updated post')
+ ->commit('updated')
27
+ ->pull()
28
->push()
29
->run();
30
}
0 commit comments