File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949
5050 - name : Configure git user
5151 run : |
52- git config --global user.email "alain.schlesser@gmail.com "
53- git config --global user.name "Alain Schlesser "
52+ git config --global user.email "info@wp-cli.org "
53+ git config --global user.name "wp-make-coffee "
5454
5555 - name : Check if remote branch exists
5656 run : echo "REMOTE_BRANCH_EXISTS=$([[ -z $(git ls-remote --heads origin update-framework) ]] && echo "0" || echo "1")" >> $GITHUB_ENV
8989 with :
9090 source_branch : update-framework
9191 destination_branch : ${{ github.event.repository.default_branch }}
92- github_token : ${{ secrets.GITHUB_TOKEN }}
92+ github_token : ${{ secrets.REPO_GITHUB_TOKEN }}
9393 pr_title : Update wp-cli framework
9494 pr_body : " **This is an automated pull-request**\n\n Updates the `wp-cli/wp-cli` framework to the latest changeset."
9595 pr_label : scope:framework
You can’t perform that action at this time.
0 commit comments