clarify branch option

This commit is contained in:
spawnia 2020-05-10 12:55:07 +02:00
parent 9f2c45c9eb
commit a69eabaead

View File

@ -18,7 +18,7 @@ Add the following step at the end of your job, after other steps that might add
# Required # Required
commit_message: Apply automatic changes commit_message: Apply automatic changes
# Optional name of another branch the commit should be pushed to # Optional branch to push to, defaults to the current branch
branch: ${{ github.head_ref }} branch: ${{ github.head_ref }}
# Optional git params # Optional git params