Update README.md

This commit is contained in:
Tonye Jack 2020-12-11 10:45:13 -05:00 committed by GitHub
parent 9f1248ad23
commit cb56ac598e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,9 +39,9 @@ Get branch information without the `/ref/*` prefix
| Output | type | Example | Description |
|:--------------------:|:-----------:|:-----------------:|:------------------------------------------------:|
| ref_branch | `string` | `main` | The target branch of a pull request |
| base_ref_branch | `string` | `main` | The target branch of a pull request |
| head_ref_branch | `string` | `feature/test` | The source branch of a pull request |
| base_ref_branch | `string` | `1/merge` | The branch that triggered the workflow run |
| ref_branch | `string` | `1/merge` | The branch that triggered the workflow run |