Update README.md

This commit is contained in:
Tonye Jack 2021-02-07 20:21:15 -05:00 committed by GitHub
parent 65870752db
commit 93fe339d55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ Get branch information without the `/ref/*` prefix
| Output | type | Example | Description |
|:--------------------:|:-----------:|:---------------------------:|:-----------------------------------------------------------:|
| current_branch | `string` | `main` *OR* `feature/test` | Always returns the branch that triggered the workflow run. |
| current_branch | `string` | `main` *OR* `feature/test` | Always returns a valid branch name for a triggered workflow run. |
| 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 |
| ref_branch | `string` | `1/merge` *OR* `main` | The branch that triggered the workflow run |