I've got a rule set which publishes a node based on some condition. This is working great. Now I would like to also promote that node as the front page (not publish it in the front page): in other words, I would like to automatically change the drupal front page alias to the newly created node.
Do I need to create a custom PHP action in my rule set which will update the database ? Is there a simpler way using default rules actions ?