Update README.md

This commit is contained in:
Tonye Jack 2020-12-29 09:15:18 -05:00 committed by GitHub
parent 3d4892e92d
commit 6f89b5fcf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,11 +61,11 @@ on:
## Outputs
| Output | type | Example | Description |
|:--------------------:|:-----------:|:-----------------:|:------------------------------------------------:|
| 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` | The branch that triggered the workflow run |
| Output | type | Example | Description |
|:--------------------:|:-----------:|:---------------------:|:------------------------------------------------:|
| 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` | `main` | The branch that triggered the workflow run |