I am using Octopilot in my GitubAction to create a PR instead of using a manual human Pull Request. I want to reproduce this (automated no human clicking)

following this documentation : https://dailymotion-oss.github.io/octopilot/v1.2.7/index.html#pull-request
The below command does not give automated Pull Request creation
octopilot \
--pr-merge "true" \
--pr-merge-method "merge" \
--pr-merge-commit-title "cadevce(deps): updating cadevce app" \
--pr-merge-commit-message "{{ githubRelease (printf oxygen app) | expandGithubLinks | extractMarkdownURLs | md2txt }}" \
--update "yaml(file=values.yaml,path='app.imagetags')=file(path='values.yaml')" \
--strategy "recreate" \
--pr-labels "octopilot-chuj" \
--pr-body-update-operation "not applicable" \
--pr-title "Updating files"