This action will commit and push to a specific remote branch.
Required The branch name of the branch to commit and push to.
If the branch does not already exist, it will be created for you.
Custom commit message. default "Automated commit from action""
- name: Push to built branch
uses: Automattic/action-commit-to-branch@master
with:
branch: 'master-built'
commit_message: 'Build master'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Required