Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonye Jack committed Dec 11, 2020
1 parent 8e81938 commit 9f1248a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ Get branch information without the `/ref/*` prefix

## Outputs

| Output | type | Example |
|:--------------------:|:-----------:|:-----------------:|
| ref_branch | `string` | `main` |
| head_ref_branch | `string` | `feature/test` |
| base_ref_branch | `string` | `1/merge` |
| Output | type | Example | Description |
|:--------------------:|:-----------:|:-----------------:|:------------------------------------------------:|
| 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 |



Expand Down

0 comments on commit 9f1248a

Please sign in to comment.