Add ref option

This commit is contained in:
Federico Grandi
2020-05-01 15:27:44 +02:00
parent 5bf921b386
commit 9cd6e9c0ea
4 changed files with 14 additions and 5 deletions

View File

@@ -36,7 +36,11 @@ Add a step like this to your workflow:
# Default: 'Commit from GitHub Actions'
message: 'Your commit message'
# The arguments for the `git rm` command (see the paragraph below for more info)
# Name of the branch to use, if different from the one that triggered the workflow
# Default: the branch that triggered the workflow (from GITHUB_REF)
ref: 'someOtherBranch'
# The arguments for the `git rm` command (see the paragraph below for more info)
# Default: ''
remove: "./dir/old_file.js"